FunctionStatementBody.ReturnType-Eigenschaft

Ruft den Typ der Rückgabefunktion ab bzw. legt diesen fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Gibt FunctionReturnType zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

FunctionStatementBody Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace