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


IDataServerManagerAdmin.IsSimpleRecoveryModel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDataServerManagerAdmin Interface > IDataServerManagerAdmin.IsSimpleRecoveryModel Method
ArcGIS Developer Help

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,
  Boolean* IsSimpleRecoveryModel
);
[C++]
Parameters
gdbName 

gdbName is a parameter of type BSTR IsSimpleRecoveryModel
IsSimpleRecoveryModel is a parameter of type 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