SfcRelationshipAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SfcRelationshipAttribute class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SfcRelationshipAttribute() | Initializes a new instance of the SfcRelationshipAttribute class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcRelationshipAttribute(SfcRelationship) | Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top