FunctionStatementBody.ReturnType Property

Gets or sets the function return type.

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

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Returns a FunctionReturnType.

.NET Framework Security

See Also

Reference

FunctionStatementBody Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace