次の方法で共有


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

指定した基数および親とのリレーションシップを使用して、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, _
    containsType As Type _
)
'使用
Dim relationship As SfcRelationship 
Dim cardinality As SfcCardinality 
Dim containsType As Type 

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

パラメーター

  • containsType
    型: System.Type
    コンテナーが保持する Type です。

関連項目

参照

SfcRelationshipAttribute クラス

SfcRelationshipAttribute オーバーロード

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