SqlScriptDomGenerator.SupportingStatementOption 属性

获取或设置支持语句选项,使调用方能够请求可能包含支持语句(如权限)的语句,或只请求包含支持语句的语句。

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

语法

声明
Protected ReadOnly Property SupportingStatementOption As SupportingStatementOption
    Get
protected SupportingStatementOption SupportingStatementOption { get; }
protected:
property SupportingStatementOption SupportingStatementOption {
    SupportingStatementOption get ();
}
member SupportingStatementOption : SupportingStatementOption
function get SupportingStatementOption () : SupportingStatementOption

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SupportingStatementOption

.NET Framework 安全性

请参见

参考

SqlScriptDomGenerator 类

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