SfcRelationshipAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
指定容器所存放的類型