Compartir a través de


ExecuteProcess.Executable Property

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

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado: Microsoft.SqlServer.ExecProcTask (in microsoft.sqlserver.execproctask.dll)

Sintaxis

'Declaración
Public Property Executable As String
public string Executable { get; set; }
public:
virtual property String^ Executable {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_Executable ()

/** @property */
public final void set_Executable (String value)
public final function get Executable () : String

public final function set Executable (value : String)

Valor de propiedad

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ExecuteProcess Class
ExecuteProcess Members
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace