言語

SfcRelationshipAttribute コンストラクター

定義

オーバーロード

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

コンテナーが保持する型を指定します

適用対象