SupportingStatementOptions Enumeration

Specifies the supporting statement option.

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

Syntax

'Declaration
Public Enumeration SupportingStatementOptions
'Usage
Dim instance As SupportingStatementOptions
public enum SupportingStatementOptions
public enum class SupportingStatementOptions
public enum SupportingStatementOptions
type SupportingStatementOptions

Members

Member name Description
IncludeSupportingStatements Option is IncludeSupportingStatements
ExcludeSupportingStatements Option is ExcludeSupportingStatements
OnlySupportingStatements Option is OnlySupportingStatements

See Also

Reference

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