ParameterInfo.ReferencedVariableName 属性

Gets or sets the referenced variable name for the parameter.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public Property ReferencedVariableName As String 
    Get 
    Set
用法
Dim instance As ParameterInfo 
Dim value As String 

value = instance.ReferencedVariableName

instance.ReferencedVariableName = value
[SfcPropertyAttribute(Data = true)]
public string ReferencedVariableName { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ReferencedVariableName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(Data = true)>]
member ReferencedVariableName : string with get, set
function get ReferencedVariableName () : String 
function set ReferencedVariableName (value : String)

属性值

类型:System.String
The referenced variable name.

请参阅

参考

ParameterInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间