This document is archived and information here might be outdated.  Recommended version.


IReplicaDescription2.FindTable2 Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplicaDescription2.FindTable2 Method

Gets the index number of a dataset.

[Visual Basic .NET]
Public Function FindTable2 ( _
    ByVal Name As String, _
    ByVal database As String, _
    ByVal Owner As String, _
    ByVal Type As esriDatasetType _
) As Integer
[C#]
public int FindTable2 (
    string Name,
    string database,
    string Owner,
    esriDatasetType Type
);
[C++]
HRESULT FindTable2(
  BSTR Name,
  BSTR database,
  BSTR Owner,
  esriDatasetType Type
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR database [in]
database is a parameter of type BSTR Owner [in]
Owner is a parameter of type BSTR Type [in]
Type is a parameter of type esriDatasetType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplicaDescription2 Interface