DependencyChainCollection.CopyTo メソッド (array<Dependency , Int32)
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。指定された配列に DependencyChainCollection をコピーします。
名前空間: 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[]
このコレクションからコピーするアイテムのコピー先となる Dependency 配列です。
- index
型: System.Int32
array 内のコピーの開始位置である、0 から始まるインデックスです。