Dela via


ISql90ClrMethod.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 ISql90ClrMethodParameter)
'Usage
Dim instance As ISql90ClrMethod 
Dim value As IList(Of ISql90ClrMethodParameter)

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90ClrMethod Interface

ISql90ClrMethod Members

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