ProbeCollection.CopyTo Method
Definition
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.
Overloads
CopyTo(ProbeFamily[], Int32) | |
CopyTo(KeyValuePair<String,ProbeFamily>[], Int32) |
CopyTo(ProbeFamily[], Int32)
public void CopyTo (Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily[] array, int arrayIndex);
abstract member CopyTo : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily[] * int -> unit
override this.CopyTo : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily[] * int -> unit
Public Sub CopyTo (array As ProbeFamily(), arrayIndex As Integer)
Parameters
- array
- ProbeFamily[]
- arrayIndex
- Int32
Implements
Applies to
CopyTo(KeyValuePair<String,ProbeFamily>[], Int32)
public void CopyTo (System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, ProbeFamily)(), arrayIndex As Integer)
Parameters
- array
- KeyValuePair<String,ProbeFamily>[]
- arrayIndex
- Int32