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 版支援此命名空間、類別或成員。