CellPropertyCollection.CopyTo Method (CellProperty , Int32)

 

Copies the elements of the collection to the specified array.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public void CopyTo(
    CellProperty[] array,
    int index
)
public:
void CopyTo(
    array<CellProperty^>^ array,
    int index
)
member CopyTo : 
        array:CellProperty[] *
        index:int -> unit
Public Sub CopyTo (
    array As CellProperty(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which to begin copying.

See Also

CellPropertyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top