Freigeben über


IDTSExecuteProcess.Arguments-Eigenschaft

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

Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.

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

Syntax

'Declaration
Property Arguments As String 
    Get 
    Set
'Usage
Dim instance As IDTSExecuteProcess 
Dim value As String 

value = instance.Arguments

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

Eigenschaftswert

Typ: System.String
A String that contains the command prompt argument or arguments.

Siehe auch

Verweis

IDTSExecuteProcess Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess-Namespace