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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.