Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将 SAParameter 对象从 SAParameterCollection 复制到指定的数组。
Public Overrides Sub CopyTo( ByVal array As Array, ByVal index As Integer )
public override void CopyTo(Array array, int index)
array 要将 SAParameter 对象复制到的数组。
index 数组的起始索引。