SqlModelCapability Enumeration
Specifies what kinds of objects are allowed in SqlSchemaModel.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SqlModelCapability
[FlagsAttribute]
public enum SqlModelCapability
[FlagsAttribute]
public enum class SqlModelCapability
[<FlagsAttribute>]
type SqlModelCapability
public enum SqlModelCapability
Members
Member name | Description | |
---|---|---|
None | Specifies that no objects are allowed. | |
AllowServerObjects | Specifies that only server objects are allowed. | |
AllowDatabaseObjects | Specifies that only database objects are allowed. | |
Default | Specifies that the model should allow its default type of objects. |