ExternalLibraryCollection.CopyTo(ExternalLibrary[], Int32) Method

Definition

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

Parameters

array
ExternalLibrary[]
index
Int32

Applies to