ISqlFunction.Type Property
Gets or sets the function type specifier.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Type As ISqlTypeSpecifier
Get
Set
'Usage
Dim instance As ISqlFunction
Dim value As ISqlTypeSpecifier
value = instance.Type
instance.Type = value
ISqlTypeSpecifier Type { get; set; }
property ISqlTypeSpecifier^ Type {
ISqlTypeSpecifier^ get ();
void set (ISqlTypeSpecifier^ value);
}
function get Type () : ISqlTypeSpecifier
function set Type (value : ISqlTypeSpecifier)
abstract Type : ISqlTypeSpecifier with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlTypeSpecifier
Returns a 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.