EnvironmentInfo.EnvironmentId Property

 

Applies To: SQL Server 2016 Preview

Gets the identifier of the environment.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

[DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")]
[PropertyOrderAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Required | SfcPropertyFlags.ReadOnlyAfterCreation)]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Identifier")]
[ReadOnlyAttribute(true)]
public long EnvironmentId { get; }
public:
[DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")]
[PropertyOrderAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Required | SfcPropertyFlags::ReadOnlyAfterCreation)]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Identifier")]
[ReadOnlyAttribute(true)]
property long long EnvironmentId {
    long long get();
}
[<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")>]
[<PropertyOrderAttribute(1)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Required | SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Identifier")>]
[<ReadOnlyAttribute(true)>]
member EnvironmentId : int64 with get
<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")>
<PropertyOrderAttribute(1)>
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)>
<DisplayCategoryKeyAttribute("General")>
<DisplayNameKeyAttribute("Identifier")>
<ReadOnlyAttribute(True)>
Public ReadOnly Property EnvironmentId As Long

Property Value

Type: System.Int64

The identifier of the environment.

See Also

EnvironmentInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top