Compartir a través de


ManagedInstance.IdentityKey Propiedad

Gets the key value that identifies the managed instance.

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

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ManagedInstance.Key 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility