AdoDotNetConnectionProperties.CopyTo Method

Copies the set of connection properties to an array, starting at the specified array index.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
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
)

Parameters

  • arrayIndex
    Type: System.Int32

    The index in the array at which copying should begin.

Implements

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

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace