Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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)
Property Value
Type: Microsoft.SqlServer.Management.Common.ExecutionTypes
Returns ExecutionTypes. The execution type of the script.