次の方法で共有


SyncDataColumnCollection.RemoveAt メソッド

コレクション内の指定したインデックス位置にある列名を削除します。

名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)

構文

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As SyncDataColumnCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt (
    int index
)
public:
void RemoveAt (
    int index
)
public void RemoveAt (
    int index
)
public function RemoveAt (
    index : int
)

パラメーター

参照

リファレンス

SyncDataColumnCollection クラス
SyncDataColumnCollection メンバー
Microsoft.Synchronization.Data.Server 名前空間