SfcIgnoreAttribute Class

Definition

Indicates this property or class is to be ignored

[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
Inheritance
SfcIgnoreAttribute
Attributes

Constructors

SfcIgnoreAttribute()

Properties

Cardinality

Specifies the cardinality of the type in relationship to its parent

(Inherited from SfcRelationshipAttribute)
ContainsType

Specifies the type this container holds. Only available for containers.

(Inherited from SfcRelationshipAttribute)
Relationship

Specifies the relationship to its parent

(Inherited from SfcRelationshipAttribute)

Applies to