Share via


SfcPropertyCollection.CopyTo Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As SfcProperty(), _
    index As Integer _
)
'Usage
Dim instance As SfcPropertyCollection
Dim array As SfcProperty()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    SfcProperty[] array,
    int index
)
public:
void CopyTo(
    array<SfcProperty^>^ array, 
    int index
)
member CopyTo : 
        array:SfcProperty[] * 
        index:int -> unit 
public function CopyTo(
    array : SfcProperty[], 
    index : int
)

Parameters