IndexOf 方法 (String)
在给定表名时搜索 DbSyncAdapter 对象,并返回整个集合中第一个匹配项的从零开始的索引。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Function IndexOf ( _
tableName As String _
) As Integer
用法
Dim instance As DbSyncAdapterCollection
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
表的名称。指定此名称以获取 DbSyncAdapterCollection 中关联的 DbSyncAdapter 对象的索引。
返回值
类型:System. . :: . .Int32
如果找到该字符串,则为 tableName 的索引位置;如果未找到,则为 -1。