Share via


EnvironmentInfo.EnvironmentId プロパティ

環境の識別子を取得します。

名前空間:  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
環境の識別子。

関連項目

参照

EnvironmentInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間