Propriedade do RDL ManagedInstance.IdentityKey

Gets the key value that identifies the managed instance.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

ManagedInstance Classe

Namespace Microsoft.SqlServer.Management.Utility