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 | サポート ステートメントのみを処理するように指定します。 |