ISql100Subroutine.Parameters Property
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)
'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>
Property Value
Type: System.Collections.Generic.IList<ISql100SubroutineParameter>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.