Compartir a través de


SfcTSqlScript.ExecutionType Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property ExecutionType As ExecutionTypes 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SfcTSqlScript Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc