ColumnMasterKeyCollection.CopyTo(ColumnMasterKey[], Int32) Method

Definition

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

Parameters

array
ColumnMasterKey[]
index
Int32

Applies to