共用方式為


CopyTo 方法

Copies the collection objects to a one-dimensional array beginning at the index value specified.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub CopyTo ( _
    array As Alert(), _
    index As Integer _
)
'用途
Dim instance As AlertCollection
Dim array As Alert()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Alert[] array,
    int index
)
public:
void CopyTo(
    array<Alert^>^ array, 
    int index
)
member CopyTo : 
        array:Alert[] * 
        index:int -> unit 
public function CopyTo(
    array : Alert[], 
    index : int
)

參數

備註

這種類型的任何公用靜態 (在 Microsoft Visual Basic 中則為 Shared) 成員都可用於多執行緒作業。並不是所有的執行個體成員都保證可以用於所有的執行緒。

範例

使用集合