Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- array
Type: array<Microsoft.VisualStudio.Data.DataExplorerConnection[]
The array that is the destination of the data explorer connections.
- index
Type: System.Int32
The zero-based index into the array at which copying begins.
.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.