SfcCollection<T,K,ParentT>.CopyTo Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public void CopyTo(Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
Parameters
- array
- Array
- index
- Int32
Implements
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 et Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Produit | Versions |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |
C#
public abstract void CopyTo(T[] array, int arrayIndex);
abstract member CopyTo : 'T[] * int -> unit
Public MustOverride Sub CopyTo (array As T(), arrayIndex As Integer)
Parameters
- array
- T[]
- arrayIndex
- Int32
Implements
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 et Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Produit | Versions |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |