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
)
member IndexOf :
tableName:string -> int
public function IndexOf(
tableName : String
) : int
パラメーター
- tableName
型 : System. . :: . .String
テーブルの名前。名前を指定して、SyncAdapterCollection 内の関連付けられている SyncAdapter オブジェクトのインデックスを取得します。
戻り値
型 : System. . :: . .Int32
その文字列が見つかった場合は tableName のインデックス位置。見つからなかった場合は -1。