EnvironmentInfo.EnvironmentId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'identificateur de l'environnement.
public:
property long EnvironmentId { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Environment_IdentifierDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Identifier")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)]
[Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(1)]
[System.ComponentModel.ReadOnly(true)]
public long EnvironmentId { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Environment_IdentifierDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Identifier")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(1)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.EnvironmentId : int64
Public ReadOnly Property EnvironmentId As Long
Valeur de propriété
Identificateur de l'environnement.
- Attributs