ArcObjects Library Reference (GeoDatabase)  

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,
  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

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