Classe DomainRootKey

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustInherit Class DomainRootKey _
    Inherits SfcKey
'Utilisation
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

Le type DomainRootKey expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée DomainRootKey Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété publique Domain Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique InstanceType Gets the type of the instance class associated with this key class. (hérité de SfcKey.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(Object) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure 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. (hérité de SfcKey.)
Méthode publique Equals(SfcKey) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure 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. (hérité de SfcKey.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]. (hérité de SfcKey.)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure 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].. (hérité de SfcKey.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (hérité de SfcKey.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc