DataBus::CopyTo Method (Array^, Int32)
Copies the items of a DataBus control to a one-dimensional array, starting at the given array index.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Parameters
- array
-
Type:
System::Array^
Array into which the items are copied.
- index
-
Type:
System::Int32
Zero-based index indicating where in the array the copying should begin.
Implements
ICollection::CopyTo(Array^, Int32)
Show: