UserCollection.CopyTo(User[], Int32) Method

Definition

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

Parameters

array
User[]
index
Int32

Applies to