Condividi tramite


Proprietà EnvironmentVariable.VariableId

Gets the identifier of the variable.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property VariableId As Long 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int64
The identifier of the variable.

Vedere anche

Riferimento

EnvironmentVariable Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices