Propriedade do RDL ParameterInfo.ReferencedVariableName
Gets or sets the referenced variable name for the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
Public Property ReferencedVariableName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The referenced variable name.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices