ParameterInfo.ReferencedVariableName Propiedad
Gets or sets the referenced variable name for the parameter.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.String
The referenced variable name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices