SfcObjectAttribute Constructor (SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags)
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
Public Sub New ( _
relationship As SfcObjectRelationship, _
cardinality As SfcObjectCardinality, _
flags As SfcObjectFlags _
)
'Usage
Dim relationship As SfcObjectRelationship
Dim cardinality As SfcObjectCardinality
Dim flags As SfcObjectFlags
Dim instance As New SfcObjectAttribute(relationship, _
cardinality, flags)
public SfcObjectAttribute(
SfcObjectRelationship relationship,
SfcObjectCardinality cardinality,
SfcObjectFlags flags
)
public:
SfcObjectAttribute(
SfcObjectRelationship relationship,
SfcObjectCardinality cardinality,
SfcObjectFlags flags
)
new :
relationship:SfcObjectRelationship *
cardinality:SfcObjectCardinality *
flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
relationship : SfcObjectRelationship,
cardinality : SfcObjectCardinality,
flags : SfcObjectFlags
)
Parameters
- relationship
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship
Specifies the relationship to its parent.
- cardinality
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectCardinality
A SfcContainerCardinality that specifies the cardinality of the type.
- flags
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags
The specified flags.