FunctionStatementBody.ReturnType Property

Definition

The return type of the function. Depending on this property, Statements may be empty collection

public Microsoft.SqlServer.TransactSql.ScriptDom.FunctionReturnType ReturnType { get; set; }
member this.ReturnType : Microsoft.SqlServer.TransactSql.ScriptDom.FunctionReturnType with get, set
Public Property ReturnType As FunctionReturnType

Property Value

Applies to