Dela via


ISqlFunction.FunctionBody Property

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

See Also

Reference

ISqlFunction Interface

ISqlFunction Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace