Partilhar via


Propriedade do RDL ServerGroup.IdentityKey

Gets the key value that uniquely identifies the server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ServerGroup.Key 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

ServerGroup Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers