IDTSExecuteSQL.SqlStatementSourceType プロパティ

定義

実行SQLタスクが実行するSQL文を含むソースの種類を取得するか設定します。

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

プロパティ値

SQL文のソースタイプを表す SqlStatementSourceType 列挙からの値です。

適用対象