CopyTo 方法 (Dependency[], Int32)

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Copies the DependencyChainCollection to the specified array.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub CopyTo ( _
    array As Dependency(), _
    index As Integer _
)
用法
Dim instance As DependencyChainCollection
Dim array As Dependency()
Dim index As Integer

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

参数