SfcRelationshipAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcRelationshipAttribute() | |
| SfcRelationshipAttribute(SfcRelationship) | |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality) | |
| SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) |
SfcRelationshipAttribute()
protected SfcRelationshipAttribute();
Protected Sub New ()
適用対象
SfcRelationshipAttribute(SfcRelationship)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship)
パラメーター
- relationship
- SfcRelationship
親とのリレーションシップを指定します。
適用対象
SfcRelationshipAttribute(SfcRelationship, SfcCardinality)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality)
パラメーター
- relationship
- SfcRelationship
親とのリレーションシップを指定します。
- cardinality
- SfcCardinality
親との関係にある型のカーディナリティを指定します。
適用対象
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Type containsType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality, containsType As Type)
パラメーター
- relationship
- SfcRelationship
親とのリレーションシップを指定します。
- cardinality
- SfcCardinality
親との関係にある型のカーディナリティを指定します。
- containsType
- Type
コンテナーが保持する型を指定します