Share via


SfcTSqlScript.ExecutionType プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property ExecutionType As ExecutionTypes 
    Get 
    Set
'使用
Dim instance As SfcTSqlScript 
Dim value As ExecutionTypes 

value = instance.ExecutionType

instance.ExecutionType = value
public ExecutionTypes ExecutionType { get; set; }
public:
property ExecutionTypes ExecutionType {
    ExecutionTypes get ();
    void set (ExecutionTypes value);
}
member ExecutionType : ExecutionTypes with get, set
function get ExecutionType () : ExecutionTypes 
function set ExecutionType (value : ExecutionTypes)

プロパティ値

型: Microsoft.SqlServer.Management.Common.ExecutionTypes
ExecutionTypes が返されます。スクリプトの実行の種類です。

関連項目

参照

SfcTSqlScript クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間