DatabaseRoleCollection.CopyTo(DatabaseRole[], Int32) Method

Definition

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

Parameters

array
DatabaseRole[]
index
Int32

Applies to