Proprietà SfcTSqlScript.ExecutionMode

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

SfcTSqlScript Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc