Share via


SfcObjectAttribute Constructor

Include Protected Members
Include Inherited Members

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
Public method SfcObjectAttribute() Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(Type) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectCardinality) Initializes a new instance of the SfcObjectAttribute class with the specified cardinality. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectFlags) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectRelationship) Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(Type, SfcObjectFlags) Initializes a new instance of the SfcObjectAttribute class with the specified flag and the type contains. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcContainerCardinality, Type) Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality) Initializes a new instance of the SfcObjectAttribute class with the specified relationship and cardinality to its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags) Initializes a new instance of the SfcObjectAttribute class with the specified flag and relationship to its parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags) Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags) Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top