Share via


ISqlSubroutine.Parameters Property

Gets a list of subroutine parameters.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Parameters As IList(Of ISqlSubroutineParameter)
    Get
'Usage
Dim instance As ISqlSubroutine
Dim value As IList(Of ISqlSubroutineParameter)

value = instance.Parameters
IList<ISqlSubroutineParameter> Parameters { get; }
property IList<ISqlSubroutineParameter^>^ Parameters {
    IList<ISqlSubroutineParameter^>^ get ();
}
function get Parameters () : IList<ISqlSubroutineParameter>
abstract Parameters : IList<ISqlSubroutineParameter>

Property Value

Type: System.Collections.Generic.IList<ISqlSubroutineParameter>
Returns a list of ISqlSubroutineParameter instances.

.NET Framework Security

See Also

Reference

ISqlSubroutine Interface

ISqlSubroutine Members

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