SupportingStatementOption Enumeration
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. |