ServiceContractCollection.CopyTo(ServiceContract[], Int32) Method

Definition

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

Parameters

array
ServiceContract[]
index
Int32

Applies to