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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.