SupportingStatementOption 枚举

对指示如何处理支持语句的选项的值进行建模。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Enumeration SupportingStatementOption
public enum SupportingStatementOption
public enum class SupportingStatementOption
type SupportingStatementOption
public enum SupportingStatementOption

成员

成员名称 说明
IncludeSupportingStatements 指定包含支持的语句。
ExcludeSupportingStatements 指定应排除支持语句。
OnlySupportingStatements 指定仅应处理支持语句。

请参见

参考

Microsoft.Data.Schema.Sql.SchemaModel 命名空间