Propriété SfcTSqlScript.ExecutionType

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 ExecutionType As ExecutionTypes 
    Get 
    Set
'Utilisation
Dim instance As SfcTSqlScript 
Dim value As ExecutionTypes 

value = instance.ExecutionType

instance.ExecutionType = value
public ExecutionTypes ExecutionType { get; set; }
public:
property ExecutionTypes ExecutionType {
    ExecutionTypes get ();
    void set (ExecutionTypes value);
}
member ExecutionType : ExecutionTypes with get, set
function get ExecutionType () : ExecutionTypes 
function set ExecutionType (value : ExecutionTypes)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Common.ExecutionTypes
Returns ExecutionTypes. The execution type of the script.

Voir aussi

Référence

SfcTSqlScript Classe

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