This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* IsSimpleRecoveryModel
);
[C++]
Parameters gdbName
gdbName is a parameter of type BSTR IsSimpleRecoveryModel
IsSimpleRecoveryModel is a parameter of type bool*
This method returns whether the Geodatabase is in simple recovery model or not.