EnvironmentInfo.EnvironmentId 属性

Gets the identifier of the environment.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Identifier")> _
<PropertyOrderAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
<DisplayDescriptionKeyAttribute("Environment_IdentifierDesc")> _
Public ReadOnly Property EnvironmentId As Long 
    Get
用法
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

属性值

类型:System.Int64
The identifier of the environment.

请参阅

参考

EnvironmentInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间