ISqlSubroutineParameter.Type Property

Gets or sets the parameter type.

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 ISqlSubroutineParameter
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

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace