TableCollection.CopyTo(Table[], Int32) Method

Definition

public void CopyTo (Microsoft.SqlServer.Management.Smo.Table[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Table[] * int -> unit
Public Sub CopyTo (array As Table(), index As Integer)

Parameters

array
Table[]
index
Int32

Applies to