SqlSyncSqlParameterCollection クラス

パラメーターの名前によってインデックスを付けることができる SqlParameter オブジェクトのコレクションを表します。

名前空間:  Microsoft.Synchronization.Data.SqlServer
アセンブリ:  Microsoft.Synchronization.Data.SqlServer (Microsoft.Synchronization.Data.SqlServer.dll 内)

構文

'宣言
Public Class SqlSyncSqlParameterCollection _
    Inherits Collection(Of SqlParameter)
'使用
Dim instance As SqlSyncSqlParameterCollection
public class SqlSyncSqlParameterCollection : Collection<SqlParameter>
public ref class SqlSyncSqlParameterCollection : public Collection<SqlParameter^>
type SqlSyncSqlParameterCollection =  
    class
        inherit Collection<SqlParameter>
    end
public class SqlSyncSqlParameterCollection extends Collection<SqlParameter>

説明

このクラスは、パラメーターベースのフィルターから列挙される項目を制御するためのフィルター パラメーターのコレクションを表すために使用されます。

継承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SqlParameter> ) > ) >
    Microsoft.Synchronization.Data.SqlServer..::..SqlSyncSqlParameterCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

SqlSyncSqlParameterCollection メンバー

Microsoft.Synchronization.Data.SqlServer 名前空間

その他の技術情報

方法: データベース同期用にデータをフィルター選択する (SQL Server)