Condividi tramite


Proprietà EnvironmentInfo.EnvironmentId

Gets the identifier of the environment.

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

Sintassi

'Dichiarazione
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Identifier")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")> _
Public ReadOnly Property EnvironmentId As Long 
    Get
'Utilizzo
Dim instance As EnvironmentInfo 
Dim value As Long 

value = instance.EnvironmentId
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Identifier")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
[DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")]
public long EnvironmentId { get; }
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Identifier")]
[PropertyOrderAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
[DisplayDescriptionKeyAttribute(L"Environment_IdentifierDesc")]
public:
property long long EnvironmentId {
    long long get ();
}
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Identifier")>]
[<PropertyOrderAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")>]
member EnvironmentId : int64
function get EnvironmentId () : long

Valore proprietà

Tipo: System.Int64
The identifier of the environment.

Vedere anche

Riferimento

EnvironmentInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices