ServerGroup.IdentityKey Property
Gets the key value that uniquely identifies the server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ServerGroup.Key
Get
'Usage
Dim instance As ServerGroup
Dim value As ServerGroup.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ServerGroup.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup.Key^ IdentityKey {
ServerGroup.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ServerGroup.Key
function get IdentityKey () : ServerGroup.Key
Property Value
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A Key value that contains the key value that uniquely identifies the server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.