Freigeben über


SfcTSqlScript.ExecutionType-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 ExecutionType As ExecutionTypes 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

SfcTSqlScript Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace