SqlSchemaModel.ModelCapability Enumeration

Specifies the SQL schema model capability.

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

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Members

Member name Description
None Capability is None
AllowServerObjects Capability is AllowServerObjects
AllowDatabaseObjects Capability is AllowDatabaseObjects
Default Capability is Default

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace