Поделиться через


Метод 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
)

Параметры