InputParameter.DtsVariableName 属性

定义

获取或设置 SSIS 包变量的名称。

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

属性值

包含变量名称的字符串。

注解

变量名称区分大小写。

适用于