FunctionStatementBody.Options 属性

获取或设置 WITH 子句中的选项。

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

语法

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

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.FunctionOptions

备注

WITH 子句中的选项 - 过程和函数的选项不同。 自定义的手动处理。

.NET Framework 安全性

请参见

参考

FunctionStatementBody 类

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