DistributionColumnCollection.CopyTo Method (DistributionColumn , Int32)

 

Copies the collection objects to a one-dimensional array beginning at the index value specified.

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

Syntax

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

Parameters

  • index
    Type: System.Int32

    The index value from where to start the copy.

See Also

DistributionColumnCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top