ExecuteProcess.Arguments Property
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
Public Property Arguments As String
public string Arguments { get; set; }
public:
virtual property String^ Arguments {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_Arguments ()
/** @property */
public final void set_Arguments (String value)
public final function get Arguments () : String
public final function set Arguments (value : String)
Valore proprietà
A String that contains the command prompt argument or arguments.
Osservazioni
Multiple arguments can be entered in one string. Each argument is separated from the next one by a space.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ExecuteProcess Class
ExecuteProcess Members
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace