LogFileCollection.CopyTo Method
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)
'Declaration
Public Sub CopyTo ( _
array As LogFile(), _
index As Integer _
)
public void CopyTo (
LogFile[] array,
int index
)
public:
void CopyTo (
array<LogFile^>^ array,
int index
)
public void CopyTo (
LogFile[] array,
int index
)
public function CopyTo (
array : LogFile[],
index : int
)
- array
An array of LogFile objects.
- index
An Int32 value that specifies the position in the collection from which to start the copy.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
How to: Reference an Object by Using a Collection in Visual Basic .NET
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.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
LogFileCollection Class
LogFileCollection Members
Microsoft.SqlServer.Management.Smo Namespace