Proprietà IdentityKey
Gets the key value that uniquely identifies the registered server.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As RegisteredServer..::..Key
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServer. . :: . .Key
A Key value that contains the key value that uniquely identifies the registered server.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche