Share via


SfcTSqlScript.ExecutionMode プロパティ

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

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

構文

'宣言
Public Property ExecutionMode As SfcTSqlExecutor.ExecutionMode 
    Get 
    Set
'使用
Dim instance As SfcTSqlScript 
Dim value As SfcTSqlExecutor.ExecutionMode 

value = instance.ExecutionMode

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

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlExecutor.ExecutionMode
スクリプトの実行モードです。

関連項目

参照

SfcTSqlScript クラス

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