SearchPropertyCollection.CopyTo Method (SearchProperty[], Int32)
Copies the collection of objects to a one-dimensional array beginning at the index value specified.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- array
-
Type:
Microsoft.SqlServer.Management.Smo.SearchProperty[]
The target array of type SearchProperty to copy to.
- index
-
Type:
System.Int32
An Int32 value that specifies the index value in the collection to start copying.
Show: