AdoDotNetConnectionProperties.CopyTo, méthode

Copie l'ensemble de propriétés de connexion à un tableau, en commençant à l'index spécifié de tableau.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • array
    Type : array<KeyValuePair<String, Object>[]

    Tableau dans lequel les propriétés de connexion sont copiées.

  • arrayIndex
    Type : Int32

    Index du tableau auquel la copie doit commencer.

Implémentations

ICollection.CopyTo(UTP, Int32)

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms