Classe ServerGroup.Key
Represents the property that is associated with the object that is used to uniquely identify the object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public NotInheritable Class Key _
Inherits SfcKey
'Uso
Dim instance As ServerGroup.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =
class
inherit SfcKey
end
public final class Key extends SfcKey
O tipo ServerGroup.Key expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ServerGroup.Key() | Initializes a new instance of the ServerGroup.Key class. | |
ServerGroup.Key(String) | Initializes a new instance of the ServerGroup.Key class that has the specified name. | |
ServerGroup.Key(ServerGroup.Key) | Initializes a new instance of the ServerGroup.Key class that is based on the referenced key object. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
InstanceType | Gets the type of the instance class associated with this key class. (Herdado de SfcKey.) | |
Name | Gets a String value that specifies the name of the server group key. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the server group represented by the ServerGroup.Key object. (Substitui SfcKey.Equals(Object).) | |
Equals(SfcKey) | Determines whether the object identified by the specified Key is equal to the server group represented by the ServerGroup.Key object. (Substitui SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether the two specified objects are the same. | |
GetHashCode | Gets the hash code for the server group. (Substitui SfcKey.GetHashCode().) | |
GetType | (Herdado de Object.) | |
GetUrnFragment | Gets the partial unique resource name (URN) path string that represents the server group. (Substitui SfcKey.GetUrnFragment().) | |
ToString | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Herdado de SfcKey.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality(Object, ServerGroup.Key) | Determines whether the object identified by a Object is the same as the object identified by a ServerGroup.Key. | |
Equality(ServerGroup.Key, ServerGroup.Key) | Determines whether the objects identified by two ServerGroup.Key objects are the same. | |
Equality(ServerGroup.Key, Object) | Determines whether the object identified by a Object is the same as the object identified by a ServerGroup.Key. | |
Inequality(Object, ServerGroup.Key) | Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key. | |
Inequality(ServerGroup.Key, ServerGroup.Key) | Determines whether the objects identified by two ServerGroup.Key objects are different. | |
Inequality(ServerGroup.Key, Object) | Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key. |
Início
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.