IdentityKey 属性

Gets the key value that uniquely identifies the registered server.

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

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As RegisteredServer..::..Key
    Get
用法
Dim instance As RegisteredServer
Dim value As RegisteredServer..::..Key

value = instance.IdentityKey
[SfcIgnoreAttribute]
public RegisteredServer..::..Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property RegisteredServer..::..Key^ IdentityKey {
    RegisteredServer..::..Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : RegisteredServer..::..Key
function get IdentityKey () : RegisteredServer..::..Key

属性值

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

注释

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