Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.