Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the referenced variable name for the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property ReferencedVariableName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The referenced variable name.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace