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


Свойство StandardInputVariable

Gets or sets the name of the variable to be used as an input to the process to be run.

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

Синтаксис

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

value = instance.StandardInputVariable

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

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

Тип: System. . :: . .String
A String that contains the name of the variable to be used as an input to the process to be run.

Реализует

IDTSExecuteProcess. . :: . .StandardInputVariable