次の方法で共有


IDTSExecuteSQL.SqlStatementSourceType プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

SQL 実行タスクが実行する SQL ステートメントを含むソースの種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
アセンブリ:  Microsoft.SqlServer.SQLTask (Microsoft.SqlServer.SQLTask.dll)

構文

'宣言
Property SqlStatementSourceType As SqlStatementSourceType 
    Get 
    Set
'使用
Dim instance As IDTSExecuteSQL 
Dim value As SqlStatementSourceType 

value = instance.SqlStatementSourceType

instance.SqlStatementSourceType = value
SqlStatementSourceType SqlStatementSourceType { get; set; }
property SqlStatementSourceType SqlStatementSourceType {
    SqlStatementSourceType get ();
    void set (SqlStatementSourceType value);
}
abstract SqlStatementSourceType : SqlStatementSourceType with get, set
function get SqlStatementSourceType () : SqlStatementSourceType 
function set SqlStatementSourceType (value : SqlStatementSourceType)

プロパティ値

型: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.SqlStatementSourceType
SQL ステートメントのソースの種類を示す SqlStatementSourceType 列挙の値です。

関連項目

参照

IDTSExecuteSQL インターフェイス

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 名前空間