Partager via


ISqlFunction.FunctionBody, propriété

Obtient ou définit l'implémentation de la fonction.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms