Share via


DataExplorerConnectionManager.CopyTo Method

Copies all DataExplorerConnection object instances into an array, starting at a specified index.

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

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DataExplorerConnection(), _
    index As Integer _
)
public void CopyTo(
    DataExplorerConnection[] array,
    int index
)
public:
void CopyTo(
    array<DataExplorerConnection^>^ array, 
    int index
)
member CopyTo : 
        array:DataExplorerConnection[] * 
        index:int -> unit
public function CopyTo(
    array : DataExplorerConnection[], 
    index : int
)

Parameters

  • index
    Type: System.Int32

    The zero-based index into the array at which copying begins.

.NET Framework Security

See Also

Reference

DataExplorerConnectionManager Class

Microsoft.VisualStudio.Data Namespace