SfcMetadataRelation コンストラクター (String, Type, SfcCardinality, AttributeCollection)

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Sub New ( _
    propertyName As String, _
    type As Type, _
    cardinality As SfcCardinality, _
    attributes As AttributeCollection _
)
'使用
Dim propertyName As String 
Dim type As Type 
Dim cardinality As SfcCardinality 
Dim attributes As AttributeCollection 

Dim instance As New SfcMetadataRelation(propertyName, _
    type, cardinality, attributes)
public SfcMetadataRelation(
    string propertyName,
    Type type,
    SfcCardinality cardinality,
    AttributeCollection attributes
)
public:
SfcMetadataRelation(
    String^ propertyName, 
    Type^ type, 
    SfcCardinality cardinality, 
    AttributeCollection^ attributes
)
new : 
        propertyName:string * 
        type:Type * 
        cardinality:SfcCardinality * 
        attributes:AttributeCollection -> SfcMetadataRelation
public function SfcMetadataRelation(
    propertyName : String, 
    type : Type, 
    cardinality : SfcCardinality, 
    attributes : AttributeCollection
)

パラメーター

  • propertyName
    型: System.String
    プロパティの名前を示す文字列です。
  • type
    型: System.Type
    指定したプロパティの型です。

関連項目

参照

SfcMetadataRelation クラス

SfcMetadataRelation オーバーロード

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