Partilhar via


Propriedade do RDL IDTSExecuteProcess.Executable

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (em Microsoft.SqlServer.ExecProcTask.dll)

Sintaxe

'Declaração
Property Executable As String 
    Get 
    Set
'Uso
Dim instance As IDTSExecuteProcess 
Dim value As String 

value = instance.Executable

instance.Executable = value
string Executable { get; set; }
property String^ Executable {
    String^ get ();
    void set (String^ value);
}
abstract Executable : string with get, set
function get Executable () : String 
function set Executable (value : String)

Valor da propriedade

Tipo: System.String
A String that contains the name of the Microsoft Win32 executable file or batch files to run when the package runs.

Consulte também

Referência

IDTSExecuteProcess Interface

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteProcess