ISql90ClrMethod.ReturnType Property
Gets or sets the return type of the method.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ReturnType As ISqlTypeSpecifier
ISqlTypeSpecifier ReturnType { get; set; }
property ISqlTypeSpecifier^ ReturnType {
ISqlTypeSpecifier^ get ();
void set (ISqlTypeSpecifier^ value);
}
abstract ReturnType : ISqlTypeSpecifier with get, set
function get ReturnType () : ISqlTypeSpecifier
function set ReturnType (value : ISqlTypeSpecifier)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTypeSpecifier
.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.