Compartir a través de


ISqlFunction.FunctionBody (Propiedad)

Obtiene o establece la implementación de la función.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlFunction Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)