Constructeur SfcRelationshipAttribute (SfcRelationship, SfcCardinality)
Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
relationship As SfcRelationship, _
cardinality As SfcCardinality _
)
'Utilisation
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
)
Paramètres
- relationship
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
Specifies the relationship to its parent.
- cardinality
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality
The SfcCardinality of the type in relationship to its parent.
Voir aussi
Référence
SfcRelationshipAttribute Classe
Surcharge SfcRelationshipAttribute
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata