DataConnectionManager.CopyTo(DataConnection[], 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 the set of currently managed data connections to an array, starting at the specified array index.
public:
virtual void CopyTo(cli::array <Microsoft::VisualStudio::Data::DataConnection ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.VisualStudio.Data.DataConnection[] array, int arrayIndex);
abstract member CopyTo : Microsoft.VisualStudio.Data.DataConnection[] * int -> unit
override this.CopyTo : Microsoft.VisualStudio.Data.DataConnection[] * int -> unit
Public Sub CopyTo (array As DataConnection(), arrayIndex As Integer)
Parameters
- array
- DataConnection[]
An array into which the data connections should be copied.
- arrayIndex
- Int32
The index in the array at which copying should begin.