SfcRelationshipAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
各種屬性類別的基礎職業。 可以直接使用,但通常會使用衍生形式中的一種。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public abstract class SfcRelationshipAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcRelationshipAttribute = class
inherit Attribute
Public MustInherit Class SfcRelationshipAttribute
Inherits Attribute
- 繼承
-
SfcRelationshipAttribute
- 衍生
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SfcRelationshipAttribute() |
各種屬性類別的基礎職業。 可以直接使用,但通常會使用衍生形式中的一種。 |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) |
各種屬性類別的基礎職業。 可以直接使用,但通常會使用衍生形式中的一種。 |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality) |
各種屬性類別的基礎職業。 可以直接使用,但通常會使用衍生形式中的一種。 |
| SfcRelationshipAttribute(SfcRelationship) |
各種屬性類別的基礎職業。 可以直接使用,但通常會使用衍生形式中的一種。 |
屬性
| 名稱 | Description |
|---|---|
| Cardinality |
指定該類型相對於其父型的基數 |
| ContainsType |
指定此容器所裝的類型。 只提供容器。 |
| Relationship |
指定與父本的關係 |