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
- 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.