Share via


ISql100Subroutine.Parameters Property

Gets the list of parameters to the routine.

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

Syntax

'Declaration
ReadOnly Property Parameters As IList(Of ISql100SubroutineParameter)
IList<ISql100SubroutineParameter> Parameters { get; }
property IList<ISql100SubroutineParameter^>^ Parameters {
    IList<ISql100SubroutineParameter^>^ get ();
}
abstract Parameters : IList<ISql100SubroutineParameter>
function get Parameters () : IList<ISql100SubroutineParameter>

Property Value

Type: System.Collections.Generic.IList<ISql100SubroutineParameter>

.NET Framework Security

See Also

Reference

ISql100Subroutine Interface

Parameters Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace