CopyTo メソッド (RegisteredSubscriberCollection, Int32)

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

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

構文

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

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

パラメーター

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

説明

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