Partilhar via


Classe DomainRootKey

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
      Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
      Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore.Key
      Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
      Microsoft.SqlServer.Management.Utility.Utility.Key
      Microsoft.SqlServer.Management.XEvent.XEStore.Key

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public MustInherit Class DomainRootKey _
    Inherits SfcKey
'Uso
Dim instance As DomainRootKey
public abstract class DomainRootKey : SfcKey
public ref class DomainRootKey abstract : public SfcKey
[<AbstractClassAttribute>]
type DomainRootKey =  
    class 
        inherit SfcKey 
    end
public abstract class DomainRootKey extends SfcKey

O tipo DomainRootKey expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido DomainRootKey Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública Domain Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública InstanceType Gets the type of the instance class associated with this key class. (Herdado de SfcKey.)

Início

Métodos

  Nome Descrição
Método público Equals(Object) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines if the specified object is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object. (Herdado de SfcKey.)
Método público Equals(SfcKey) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines if the object identified by the specified [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object. (Herdado de SfcKey.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]. (Herdado de SfcKey.)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].. (Herdado de SfcKey.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc