IDTSExecuteProcess.StandardInputVariable 属性

定义

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置用于执行进程输入的变量名称。

public:
 property System::String ^ StandardInputVariable { System::String ^ get(); void set(System::String ^ value); };
public string StandardInputVariable { get; set; }
member this.StandardInputVariable : string with get, set
Public Property StandardInputVariable As String

属性值

包含将要作为输入的变量名称的字符串。

适用于