Share via


DataConnectionManager.CopyTo Method

Copies the set of currently managed data connections to an array, starting at the specified array index.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DataConnection(), _
    arrayIndex As Integer _
)
public void CopyTo(
    DataConnection[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<DataConnection^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:DataConnection[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:DataConnection[] * 
        arrayIndex:int -> unit 
public final function CopyTo(
    array : DataConnection[], 
    arrayIndex : int
)

Parameters

  • arrayIndex
    Type: System.Int32
    The index in the array at which copying should begin.

Implements

ICollection<T>.CopyTo(array<T[], Int32)

.NET Framework Security

See Also

Reference

DataConnectionManager Class

Microsoft.VisualStudio.Data Namespace