SfcRelationshipAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。
[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
- 派生
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcRelationshipAttribute() |
さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。 |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) |
さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。 |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality) |
さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。 |
| SfcRelationshipAttribute(SfcRelationship) |
さまざまな属性クラスの基本クラス。 直接使用できますが、通常は派生フォームの 1 つが使用されます。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Cardinality |
親との関係にある型のカーディナリティを指定します。 |
| ContainsType |
このコンテナーが保持する型を指定します。 コンテナーでのみ使用できます。 |
| Relationship |
親とのリレーションシップを指定します。 |