DataExplorerConnectionManager.CopyTo(DataExplorerConnection[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies all DataExplorerConnection object instances into an array, starting at a specified index.
public:
void CopyTo(cli::array <Microsoft::VisualStudio::Data::DataExplorerConnection ^> ^ array, int index);
public void CopyTo (Microsoft.VisualStudio.Data.DataExplorerConnection[] array, int index);
member this.CopyTo : Microsoft.VisualStudio.Data.DataExplorerConnection[] * int -> unit
Public Sub CopyTo (array As DataExplorerConnection(), index As Integer)
Parameters
- array
- DataExplorerConnection[]
The array that is the destination of the data explorer connections.
- index
- Int32
The zero-based index into the array at which copying begins.