Compartir a través de


EnvironmentInfo.EnvironmentId Propiedad

Gets the identifier of the environment.

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

Sintaxis

'Declaración
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Identifier")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")> _
Public ReadOnly Property EnvironmentId As Long 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int64
The identifier of the environment.

Vea también

Referencia

EnvironmentInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices