Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.String
The referenced variable name.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace