Partilhar via


Propriedade do RDL SfcTSqlScript.ExecutionMode

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 ExecutionMode As SfcTSqlExecutor.ExecutionMode 
    Get 
    Set
'Uso
Dim instance As SfcTSqlScript 
Dim value As SfcTSqlExecutor.ExecutionMode 

value = instance.ExecutionMode

instance.ExecutionMode = value
public SfcTSqlExecutor.ExecutionMode ExecutionMode { get; set; }
public:
property SfcTSqlExecutor.ExecutionMode ExecutionMode {
    SfcTSqlExecutor.ExecutionMode get ();
    void set (SfcTSqlExecutor.ExecutionMode value);
}
member ExecutionMode : SfcTSqlExecutor.ExecutionMode with get, set
function get ExecutionMode () : SfcTSqlExecutor.ExecutionMode 
function set ExecutionMode (value : SfcTSqlExecutor.ExecutionMode)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlExecutor.ExecutionMode
The execution mode of the script.

Consulte também

Referência

SfcTSqlScript Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc