This document is archived and information here might be outdated.  Recommended version.


IDataServerManagerAdmin.IsSimpleRecoveryModel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesGDB)  

IDataServerManagerAdmin.IsSimpleRecoveryModel Method

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.

See Also

IDataServerManagerAdmin Interface