Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.