Clase DomainRootKey

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

El tipo DomainRootKey expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido DomainRootKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Domain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Métodos

  Nombre Descripción
Método público Equals(Object) No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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. (Se hereda de SfcKey.)
Método público Equals(SfcKey) No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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. (Se hereda de SfcKey.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]. (Se hereda de SfcKey.)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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].. (Se hereda de SfcKey.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Se hereda de SfcKey.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.