次の方法で共有


TransArticleCollection.CopyTo メソッド (TransArticleCollection, Int32)

コレクションのコピーを作成します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Sub CopyTo ( _
    replicationCollection As TransArticleCollection, _
    index As Integer _
)
'使用
Dim instance As TransArticleCollection 
Dim replicationCollection As TransArticleCollection 
Dim index As Integer

instance.CopyTo(replicationCollection, _
    index)
public void CopyTo(
    TransArticleCollection replicationCollection,
    int index
)
public:
void CopyTo(
    TransArticleCollection^ replicationCollection, 
    int index
)
member CopyTo : 
        replicationCollection:TransArticleCollection * 
        index:int -> unit
public function CopyTo(
    replicationCollection : TransArticleCollection, 
    index : int
)

パラメーター

  • index
    型: System.Int32
    元のコレクション内のコピーを開始するインデックス位置を指定する Int32 値です。

説明

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

関連項目

参照

TransArticleCollection クラス

CopyTo オーバーロード

Microsoft.SqlServer.Replication 名前空間