SqlAssemblyCollection.CopyTo(SqlAssembly[], Int32) Method

Definition

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

Parameters

array
SqlAssembly[]
index
Int32

Applies to