Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the function body.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property FunctionBody As ISqlFunctionImplementation
'Usage
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)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlFunctionImplementation
Returns a 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.