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
- array
Type: array<Microsoft.VisualStudio.Data.DataConnection[]
An array into which the data connections should be copied.
- arrayIndex
Type: System.Int32
The index in the array at which copying should begin.
Implements
ICollection<T>.CopyTo(array<T[], Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.