共用方式為


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)