Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Models values of the option that indicates how to process supporting statements.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SupportingStatementOption
public enum SupportingStatementOption
public enum class SupportingStatementOption
type SupportingStatementOption
public enum SupportingStatementOption
Members
Member name | Description | |
---|---|---|
IncludeSupportingStatements | Specifies that supporting statements are included. | |
ExcludeSupportingStatements | Specifies that supporting statements should be excluded. | |
OnlySupportingStatements | Specifies that only supporting statements should be processed. |