Share via


ISql100Subroutine.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 ISql100SubroutineParameter)
    Get
'Usage
Dim instance As ISql100Subroutine
Dim value As IList(Of ISql100SubroutineParameter)

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql100Subroutine Interface

ISql100Subroutine Members

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