SfcIgnoreAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示此属性或类将被忽略
[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() |
指示此属性或类将被忽略 |
属性
| 名称 | 说明 |
|---|---|
| Cardinality |
指定类型与其父级的关系基数 (继承自 SfcRelationshipAttribute) |
| ContainsType |
指定此容器保留的类型。 仅适用于容器。 (继承自 SfcRelationshipAttribute) |
| Relationship |
指定与其父级的关系 (继承自 SfcRelationshipAttribute) |