Proprietà IDTSExecuteProcess.Arguments

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Sintassi

'Dichiarazione
Property Arguments As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IDTSExecuteProcess Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess