ISqlFunction.FunctionBody Property

Gets or sets the implementation of the function.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property FunctionBody As ISqlFunctionImplementation
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlFunctionImplementation

.NET Framework Security

See Also

Reference

ISqlFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace