Share via


SfcObjectFlags Enumeration

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. 

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SfcObjectFlags
'Usage
Dim instance As SfcObjectFlags
[FlagsAttribute]
public enum SfcObjectFlags
[FlagsAttribute]
public enum class SfcObjectFlags
[<FlagsAttribute>]
type SfcObjectFlags
public enum SfcObjectFlags

Members

Member name Description
Deploy Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Design Do not reference this member directly in your code. It supports the SQL Server infrastructure.
NaturalOrder Do not reference this member directly in your code. It supports the SQL Server infrastructure.
None Do not reference this member directly in your code. It supports the SQL Server infrastructure.

See Also

Reference

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