IDTSExecuteSQL.SqlStatementSourceType Eigenschaft

Definition

Erhält oder setzt den Quelltyp, der die SQL-Anweisung enthält, die die Execute SQL-Aufgabe ausführt.

public:
 property Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType SqlStatementSourceType { Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::SqlStatementSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType SqlStatementSourceType { get; set; }
member this.SqlStatementSourceType : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType with get, set
Public Property SqlStatementSourceType As SqlStatementSourceType

Eigenschaftswert

Ein Wert aus der SqlStatementSourceType Aufzählung, der den Quelltyp für die SQL-Anweisung beschreibt.

Gilt für: