Compartir a través de


Clase SfcIgnoreAttribute

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

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
      Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnoreAttribute

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

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True,  _
    AllowMultiple := False)> _
Public Class SfcIgnoreAttribute _
    Inherits SfcRelationshipAttribute
'Uso
Dim instance As SfcIgnoreAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true, 
    AllowMultiple = false)]
public class SfcIgnoreAttribute : SfcRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true, 
    AllowMultiple = false)]
public ref class SfcIgnoreAttribute : public SfcRelationshipAttribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true, 
    AllowMultiple = false)>]
type SfcIgnoreAttribute =  
    class 
        inherit SfcRelationshipAttribute 
    end
public class SfcIgnoreAttribute extends SfcRelationshipAttribute

El tipo SfcIgnoreAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SfcIgnoreAttribute 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 Cardinality Gets or sets the cardinality of the type in relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcRelationshipAttribute.)
Propiedad pública ContainsType Gets or sets the type that container holds. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcRelationshipAttribute.)
Propiedad pública Relationship Gets or sets the relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcRelationshipAttribute.)
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata