ServerGroup.IdentityKey 属性

Gets the key value that uniquely identifies the server group.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ServerGroup.Key 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A Key value that contains the key value that uniquely identifies the server group.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

ServerGroup 类

Microsoft.SqlServer.Management.RegisteredServers 命名空间