ISqlFunction.FunctionBody 属性

获取或设置函数的实现。

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

语法

声明
Property FunctionBody As ISqlFunctionImplementation
    Get
    Set
ISqlFunctionImplementation FunctionBody { get; set; }
property ISqlFunctionImplementation^ FunctionBody {
    ISqlFunctionImplementation^ get ();
    void set (ISqlFunctionImplementation^ value);
}
abstract FunctionBody : ISqlFunctionImplementation with get, set
function get FunctionBody () : ISqlFunctionImplementation
function set FunctionBody (value : ISqlFunctionImplementation)

属性值

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

.NET Framework 安全性

请参见

参考

ISqlFunction 接口

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