IDTSExecuteProcess.StandardInputVariable 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
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 中)
语法
声明
Property StandardInputVariable As String
Get
Set
用法
Dim instance As IDTSExecuteProcess
Dim value As String
value = instance.StandardInputVariable
instance.StandardInputVariable = value
string StandardInputVariable { get; set; }
property String^ StandardInputVariable {
String^ get ();
void set (String^ value);
}
abstract StandardInputVariable : string with get, set
function get StandardInputVariable () : String
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.