次の方法で共有


SfcRelationshipAttribute コンストラクター (SfcRelationship, SfcCardinality)

指定した基数および親とのリレーションシップを使用して、SfcRelationshipAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Protected Sub New ( _
    relationship As SfcRelationship, _
    cardinality As SfcCardinality _
)
'使用
Dim relationship As SfcRelationship 
Dim cardinality As SfcCardinality 

Dim instance As New SfcRelationshipAttribute(relationship, _
    cardinality)
protected SfcRelationshipAttribute(
    SfcRelationship relationship,
    SfcCardinality cardinality
)
protected:
SfcRelationshipAttribute(
    SfcRelationship relationship, 
    SfcCardinality cardinality
)
new : 
        relationship:SfcRelationship * 
        cardinality:SfcCardinality -> SfcRelationshipAttribute
protected function SfcRelationshipAttribute(
    relationship : SfcRelationship, 
    cardinality : SfcCardinality
)

パラメーター

関連項目

参照

SfcRelationshipAttribute クラス

SfcRelationshipAttribute オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間