DatabaseCollection.CopyTo(Database[], Int32) Method

Definition

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

Parameters

array
Database[]
index
Int32

Applies to