SfcIgnoreAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- 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) |