Partilhar via


Propriedade do RDL SfcTSqlScript.ExecutionType

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcTSqlScript Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc