Partager via


FunctionStatementBody.ReturnType, propriété

Obtient ou définit le type de retour de fonction.

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

Syntaxe

'Déclaration
Public Property ReturnType As FunctionReturnType
    Get
    Set
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
    FunctionReturnType^ get ();
    void set (FunctionReturnType^ value);
}
member ReturnType : FunctionReturnType with get, set
function get ReturnType () : FunctionReturnType
function set ReturnType (value : FunctionReturnType)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Retourne FunctionReturnType.

Sécurité .NET Framework

Voir aussi

Référence

FunctionStatementBody Classe

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