Dela via


ISqlSubroutineParameter.Type Property

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

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlTypeSpecifier

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

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