SqlScriptDomGeneratorConstructor.SupportingStatementOption 属性

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

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

语法

声明
Public Property SupportingStatementOption As SupportingStatementOption
    Get
    Set
public SupportingStatementOption SupportingStatementOption { get; set; }
public:
property SupportingStatementOption SupportingStatementOption {
    SupportingStatementOption get ();
    void set (SupportingStatementOption value);
}
member SupportingStatementOption : SupportingStatementOption with get, set
function get SupportingStatementOption () : SupportingStatementOption
function set SupportingStatementOption (value : SupportingStatementOption)

属性值

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

.NET Framework 安全性

请参见

参考

SqlScriptDomGeneratorConstructor 类

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