Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры 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
)
Параметры
- array
Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc.Dependency[]
The Dependency array that is the destination of the items copied from this collection.
- index
Тип: System.Int32
The zero-based index in array at which copying begins.