This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.TableExcluded Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL exclude
);
[C++]
Parameters Index [in] Index is a parameter of type long exclude [out, retval] exclude is a parameter of type VARIANT_BOOL Index [in] Index is a parameter of type long exclude [in] exclude is a parameter of type VARIANT_BOOL
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: