ArcObjects Library Reference (Carto)  

IFeatureServerInfo.SupportsRollbackOnFailure Property

.

[Visual Basic .NET]
Public ReadOnly Property TableIdentities As ITableIdentities
[C#]
public ITableIdentities TableIdentities {get;}
[C++]
HRESULT get_SupportsRollbackOnFailure(
  VARIANT_BOOL* SupportsRollbackOnFailure
);
[C++]

Parameters

SupportsRollbackOnFailure [out, retval]   SupportsRollbackOnFailure is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureServerInfo Interface