Partager via


Propriété IDTSExecuteProcess.Arguments

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly :  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Syntaxe

'Déclaration
Property Arguments As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecuteProcess Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteProcess