PropertyViewer.PropertyItemCollection.CopyTo Method
Copies the elements of the PropertyItemCollection() to an array.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As PropertyViewer..::..PropertyItem(), _
arrayIndex As Integer _
)
'Usage
Dim instance As PropertyViewer..::..PropertyItemCollection
Dim array As PropertyViewer..::..PropertyItem()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
PropertyViewer..::..PropertyItem[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<PropertyViewer..::..PropertyItem^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array:PropertyViewer..::..PropertyItem[] *
arrayIndex:int -> unit
override CopyTo :
array:PropertyViewer..::..PropertyItem[] *
arrayIndex:int -> unit
public final function CopyTo(
array : PropertyViewer..::..PropertyItem[],
arrayIndex : int
)
Parameters
- array
Type: array<Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem[]
The one-dimensional Array that is the destination of the elements copied from PropertyItemCollection(). The Array must have zero-based indexing.
- arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.