Поделиться через


Свойство ExecuteProcess.Arguments

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Сборка:  Microsoft.SqlServer.ExecProcTask (в Microsoft.SqlServer.ExecProcTask.dll)

Синтаксис

'Декларация
Public Property Arguments As String 
    Get 
    Set
'Применение
Dim instance As ExecuteProcess 
Dim value As String 

value = instance.Arguments

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

Значение свойства

Тип: System.String
A String that contains the command prompt argument or arguments.

Реализует

IDTSExecuteProcess.Arguments

Замечания

Multiple arguments can be entered in one string. Each argument is separated from the next one by a space.

См. также

Справочник

ExecuteProcess Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteProcess