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
'Usage
Dim instance As FunctionStatementBody
Dim value As FunctionReturnType
value = instance.ReturnType
instance.ReturnType = value
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
FunctionReturnType^ get ();
void set (FunctionReturnType^ value);
}
public function get ReturnType () : FunctionReturnType
public 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.