Propriété SfcTSqlScript.ExecutionMode

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property ExecutionMode As SfcTSqlExecutor.ExecutionMode 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SfcTSqlScript Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc