获取和设置指定索引处的 SAParameter 对象。
Visual Basic Public Property Item ( _ ByVal index As Integer _ ) As SAParameter
C# public SAParameter this [ int index ] { get; set; }
index 要检索的参数的从零开始索引。
指定索引处的 SAParameter。
在 C# 中,此属性是 SAParameterCollection 对象的索引器。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |