ISqlFunction.FunctionBody プロパティ

関数の本体を取得または設定します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property FunctionBody As ISqlFunctionImplementation
'使用
Dim instance As ISqlFunction
Dim value As ISqlFunctionImplementation

value = instance.FunctionBody

instance.FunctionBody = value
ISqlFunctionImplementation FunctionBody { get; set; }
property ISqlFunctionImplementation^ FunctionBody {
    ISqlFunctionImplementation^ get ();
    void set (ISqlFunctionImplementation^ value);
}
function get FunctionBody () : ISqlFunctionImplementation
function set FunctionBody (value : ISqlFunctionImplementation)

プロパティ値

型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlFunctionImplementation
ISqlFunctionImplementation を返します。

参照

参照

ISqlFunction インターフェイス

ISqlFunction メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間