Share via


SfcPropertyAttribute Constructor (SfcPropertyFlags)

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 SfcPropertyFlags _
)
'Usage
Dim flags As SfcPropertyFlags

Dim instance As New SfcPropertyAttribute(flags)
public SfcPropertyAttribute(
    SfcPropertyFlags flags
)
public:
SfcPropertyAttribute(
    SfcPropertyFlags flags
)
new : 
        flags:SfcPropertyFlags -> SfcPropertyAttribute
public function SfcPropertyAttribute(
    flags : SfcPropertyFlags
)

Parameters