Поделиться через


ISql90ClrMethod.Parameters Property

Gets the list of parameters for the method.

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 ISql90ClrMethodParameter)
IList<ISql90ClrMethodParameter> Parameters { get; }
property IList<ISql90ClrMethodParameter^>^ Parameters {
    IList<ISql90ClrMethodParameter^>^ get ();
}
abstract Parameters : IList<ISql90ClrMethodParameter>
function get Parameters () : IList<ISql90ClrMethodParameter>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90ClrMethod Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace