SfcIgnoreAttribute Clase

Definición

Indica que se omitirá esta propiedad o clase.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcIgnoreAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcIgnoreAttribute = class
    inherit SfcRelationshipAttribute
Public Class SfcIgnoreAttribute
Inherits SfcRelationshipAttribute
Herencia
SfcIgnoreAttribute
Atributos

Constructores

Nombre Description
SfcIgnoreAttribute()

Indica que se omitirá esta propiedad o clase.

Propiedades

Nombre Description
Cardinality

Especifica la cardinalidad del tipo en relación con su elemento primario.

(Heredado de SfcRelationshipAttribute)
ContainsType

Especifica el tipo que contiene este contenedor. Solo está disponible para contenedores.

(Heredado de SfcRelationshipAttribute)
Relationship

Especifica la relación con su elemento primario.

(Heredado de SfcRelationshipAttribute)

Se aplica a