Поделиться через


Свойство ManagedInstance.IdentityKey

Gets the key value that identifies the managed instance.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ManagedInstance.Key 
    Get
'Применение
Dim instance As ManagedInstance 
Dim value As ManagedInstance.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public ManagedInstance.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ManagedInstance.Key^ IdentityKey {
    ManagedInstance.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ManagedInstance.Key
function get IdentityKey () : ManagedInstance.Key

Значение свойства

Тип: Microsoft.SqlServer.Management.Utility.ManagedInstance.Key
An Key value that specifies the key value that identifies the managed instance.

См. также

Справочник

ManagedInstance Класс

Пространство имен Microsoft.SqlServer.Management.Utility