AdoDotNetConnectionProperties.CopyTo (Método)

Copia en el conjunto de propiedades de conexión a una matriz, comenzando en el índice especificado de la matriz.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Overridable Sub CopyTo ( _
    array As KeyValuePair(Of String, Object)(), _
    arrayIndex As Integer _
)
public virtual void CopyTo(
    KeyValuePair<string, Object>[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<KeyValuePair<String^, Object^>>^ array, 
    int arrayIndex
)
abstract CopyTo : 
        array:KeyValuePair<string, Object>[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:KeyValuePair<string, Object>[] * 
        arrayIndex:int -> unit 
public function CopyTo(
    array : KeyValuePair<String, Object>[], 
    arrayIndex : int
)

Parámetros

  • arrayIndex
    Tipo: System.Int32
    El índice de la matriz donde el copiar debe iniciar.

Implementaciones

ICollection<T>.CopyTo(array<T[], Int32)

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)