SqlAssemblyFileCollection.CopyTo(SqlAssemblyFile[], Int32) Method

Definition

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

Parameters

array
SqlAssemblyFile[]
index
Int32

Applies to