Share via


SfcObjectAttribute Constructor (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.

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, _
    flags As SfcObjectFlags _
)
'Usage
Dim relationship As SfcObjectRelationship 
Dim flags As SfcObjectFlags 

Dim instance As New SfcObjectAttribute(relationship, _
    flags)
public SfcObjectAttribute(
    SfcObjectRelationship relationship,
    SfcObjectFlags flags
)
public:
SfcObjectAttribute(
    SfcObjectRelationship relationship, 
    SfcObjectFlags flags
)
new : 
        relationship:SfcObjectRelationship * 
        flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
    relationship : SfcObjectRelationship, 
    flags : SfcObjectFlags
)

Parameters

See Also

Reference

SfcObjectAttribute Class

SfcObjectAttribute Overload

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace