SfcRelationshipAttribute Constructor (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.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub New ( _
relationship As SfcRelationship, _
cardinality As SfcCardinality, _
containsType As Type _
)
'Usage
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
)
Parameters
- relationship
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
Specifies the relationship to its parent.
- cardinality
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality
Specifies the cardinality of the type in relationship to its parent.
- containsType
Type: System.Type
The Type the container holds.
See Also
Reference
SfcRelationshipAttribute Class