Compartir a través de


IDTSExecuteProcess.Executable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSExecuteProcess Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess