Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULParameterCollection 类

 

CopyTo 方法

将 ULParameter 对象从 ULParameterCollection 复制到指定的数组。

语法
Visual Basic
Public Overrides Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
)
C#
public override void CopyTo(
   Array array,
   int index
);
参数
  • array   向其中复制 ULParameter 对象的数组。

  • index   数组的起始索引。

另请参见