Freigeben über


IDTSExecuteProcess.Executable-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.ExecProcTask.dll)

Syntax

'Declaration
Property Executable As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSExecuteProcess Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess-Namespace