Compartir a través de


EnvironmentVariable.VariableId Propiedad

Gets the identifier of the variable.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property VariableId As Long 
    Get
'Uso
Dim instance As EnvironmentVariable 
Dim value As Long 

value = instance.VariableId
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
public long VariableId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property long long VariableId {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
member VariableId : int64
function get VariableId () : long

Valor de la propiedad

Tipo: System.Int64
The identifier of the variable.

Vea también

Referencia

EnvironmentVariable Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices