Propriedade ISqlFunction.FunctionBody

Obtém ou define a implementação da função.

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

Sintaxe

'Declaração
Property FunctionBody As ISqlFunctionImplementation
    Get
    Set
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlFunction Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel