Classe DomainRootKey

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustInherit Class DomainRootKey _
    Inherits SfcKey
'Utilizzo
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

Nel tipo DomainRootKey sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto DomainRootKey Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Domain Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica InstanceType Gets the type of the instance class associated with this key class. Ereditato da SfcKey.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals(Object) Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. Ereditato da SfcKey.
Metodo pubblico Equals(SfcKey) Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. Ereditato da SfcKey.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]. Ereditato da SfcKey.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUrnFragment Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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].. Ereditato da SfcKey.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. Ereditato da SfcKey.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc