Share via


SfcObjectAttribute Constructor (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 ( _
    flags As SfcObjectFlags _
)
'Usage
Dim flags As SfcObjectFlags

Dim instance As New SfcObjectAttribute(flags)
public SfcObjectAttribute(
    SfcObjectFlags flags
)
public:
SfcObjectAttribute(
    SfcObjectFlags flags
)
new : 
        flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
    flags : SfcObjectFlags
)

Parameters