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)