SyncAdapterCollection.IndexOf メソッド (String)
テーブル名が指定されている場合は、SyncAdapter オブジェクトを検索し、コレクション全体で最初に見つかった位置の 0 から始まるインデックスを返します。
名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)
構文
'宣言
Public Function IndexOf ( _
tableName As String _
) As Integer
'使用
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim returnValue As Integer
returnValue = instance.IndexOf(tableName)
public int IndexOf (
string tableName
)
public:
int IndexOf (
String^ tableName
)
public int IndexOf (
String tableName
)
public function IndexOf (
tableName : String
) : int
パラメーター
- tableName
テーブルの名前。名前を指定して、SyncAdapterCollection 内の関連付けられている SyncAdapter オブジェクトのインデックスを取得します。
戻り値
その文字列が見つかった場合は tableName のインデックス位置。見つからなかった場合は -1。
参照
リファレンス
SyncAdapterCollection クラス
SyncAdapterCollection メンバー
Microsoft.Synchronization.Data.Server 名前空間