FileSegmentCollection.CopyTo Method (FileSegment , Int32)

 

Copies the elements of the collection to an array, starting at a particular array index.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

Parameters

  • index
    Type: System.Int32

    The zero-based index at which the copying begins.

See Also

FileSegmentCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top