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 | 지원 문만 처리하도록 지정합니다. |