ParameterInfo.ReferencedVariableName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Referenced Variable Name
public:
property System::String ^ ReferencedVariableName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public string ReferencedVariableName { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ReferencedVariableName : string with get, set
Public Property ReferencedVariableName As String
Property Value
The referenced variable name.
- Attributes