CopyTo-Methode (Dependency[], Int32)
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Copies the DependencyChainCollection to the specified array.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As Dependency(), _
index As Integer _
)
'Usage
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
)
Parameter
- array
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency> [] () [] []
The Dependency array that is the destination of the items copied from this collection.
- index
Typ: System. . :: . .Int32
The zero-based index in array at which copying begins.