语言

SfcIgnoreAttribute 类

定义

指示此属性或类将被忽略

[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
继承
SfcIgnoreAttribute
属性

构造函数

名称 说明
SfcIgnoreAttribute()

指示此属性或类将被忽略

属性

名称 说明
Cardinality

指定类型与其父级的关系基数

(继承自 SfcRelationshipAttribute)
ContainsType

指定此容器保留的类型。 仅适用于容器。

(继承自 SfcRelationshipAttribute)
Relationship

指定与其父级的关系

(继承自 SfcRelationshipAttribute)

适用于