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


IReplicaDescription.TableExcluded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.TableExcluded Property
ArcGIS Developer Help

IReplicaDescription.TableExcluded Property

Indicates if a table is to be excluded from a replica.

[Visual Basic .NET]
Public Function get_TableExcluded ( _
    ByVal Index As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_TableExcluded ( _
    ByVal Index As Integer, _
    ByVal exclude As Boolean _
)
[C#]
public bool get_TableExcluded (
    int Index
);
[C#]
public void set_TableExcluded (
    int Index,
    bool exclude
);
[C++]
HRESULT get_TableExcluded(
  long Index,
  VARIANT_BOOL exclude
);
[C++]
HRESULT put_TableExcluded(
  long Index,
  Boolean* exclude
);
[C++]
Parameters
Index [in]

Index is a parameter of type long exclude [in]
exclude is a parameter of type bool Index [in]
Index is a parameter of type long exclude [out, retval]
exclude is a parameter of type bool*

Product Availability

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

Remarks

To maintain database integrity, some datasets will be included even if this property is set to True. In other cases, setting TableExcluded to True, will automatically exclude other objects. The following describes some of these cases:

See Also

IReplicaDescription Interface