CopyTo Method (IVistaDBTableNameCollection)
Syntax
'Declaration <__DynamicallyInvokableAttribute()> Sub CopyTo( _ ByVal array() As System.String, _ ByVal arrayIndex As System.Integer _ )
'Usage Dim instance As IVistaDBTableNameCollection Dim array() As System.String Dim arrayIndex As System.Integer instance.CopyTo(array, arrayIndex)
[__DynamicallyInvokable()] void CopyTo( System.string[] array, System.int arrayIndex )
procedure CopyTo( array: System.Stringarray of; arrayIndex: System.Integer );
__DynamicallyInvokableAttribute() function CopyTo( array : System.String[], arrayIndex : System.int );
[__DynamicallyInvokable()] void CopyTo( System.string*[]* array, System.int arrayIndex )
[__DynamicallyInvokable()] void CopyTo( System.array<String^>^ array, System.int arrayIndex )
Parameters
- array
- arrayIndex
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also