Bagikan melalui


IDTSExecuteProcess.Arguments Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

IDTSExecuteProcess Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace