UrnCollection.CopyTo Method
Copies members of the collection to an array, starting at the specified index of the array.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub CopyTo ( _
array As Urn(), _
arrayIndex As Integer _
)
public void CopyTo (
Urn[] array,
int arrayIndex
)
public:
virtual void CopyTo (
array<Urn^>^ array,
int arrayIndex
) sealed
public final void CopyTo (
Urn[] array,
int arrayIndex
)
public final function CopyTo (
array : Urn[],
arrayIndex : int
)
Parameters
- array
Array
- arrayIndex
Int32
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also