NamedSetCollection.CopyTo 方法 (Array, Int32)
将集合的元素复制到指定的数组。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
用法
Dim instance As NamedSetCollection
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Array array,
int index
)
public:
virtual void CopyTo(
Array^ array,
int index
) sealed
abstract CopyTo :
array:Array *
index:int -> unit
override CopyTo :
array:Array *
index:int -> unit
public final function CopyTo(
array : Array,
index : int
)
参数
- array
类型:Array
一个一维数组的实例,集合的元素将复制到其中。 该数组必须具有从零开始的索引。
- index
类型:Int32
自其开始复制的从零开始的索引。
实现
ICollectionCopyTo(Array, Int32)