Partilhar via


Classe RootFacetAttribute

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

Hierarquia de herança

System.Object
  System.Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.RootFacetAttribute

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

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple := False)> _
Public NotInheritable Class RootFacetAttribute _
    Inherits Attribute
'Uso
Dim instance As RootFacetAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)]
public sealed class RootFacetAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Interface, AllowMultiple = false)]
public ref class RootFacetAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)>]
type RootFacetAttribute =  
    class 
        inherit Attribute 
    end
public final class RootFacetAttribute extends Attribute

O tipo RootFacetAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público RootFacetAttribute 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 RootType Gets the root type of the root facet attribute.
Propriedade pública TypeId (Herdado de Attribute.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Attribute.)
Método público GetHashCode (Herdado de Attribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de Attribute.)
Método público Match (Herdado de Attribute.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.Invoke (Herdado de Attribute.)

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