ManagedInstance.IdentityKey Property
Gets the key value that identifies the managed instance.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ManagedInstance.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Utility.ManagedInstance.Key
An Key value that specifies the key value that identifies the managed instance.