共用方式為


CopyTo 方法

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

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

語法

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

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

參數

範例

使用集合