Freigeben über


SfcTSqlScript.ExecutionMode-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property ExecutionMode As SfcTSqlExecutor.ExecutionMode 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlExecutor.ExecutionMode
The execution mode of the script.

Siehe auch

Verweis

SfcTSqlScript Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace