Partager via


Propriété ParameterInfo.ReferencedVariableName

Gets or sets the referenced variable name for the parameter.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property ReferencedVariableName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The referenced variable name.

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices