Returns whether the Geodatabase is in simple recovery model or not.
[Visual Basic .NET] Public Sub IsSimpleRecoveryModel ( _ ByVal gdbName As String, _ ByRef IsSimpleRecoveryModel As Boolean _ )
[C#] public void IsSimpleRecoveryModel ( string gdbName, ref bool IsSimpleRecoveryModel );
[C++]
HRESULT IsSimpleRecoveryModel(
BSTR gdbName,
VARIANT_BOOL* IsSimpleRecoveryModel
);
[C++]Parameters
gdbName gdbName is a parameter of type BSTR IsSimpleRecoveryModel IsSimpleRecoveryModel is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This method returns whether the Geodatabase is in simple recovery model or not.