Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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)
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.