This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDataServerManagerAdmin Interface > IDataServerManagerAdmin.IsSimpleRecoveryModel Method (ArcObjects .NET 10.4 SDK) |
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
This method returns whether the Geodatabase is in simple recovery model or not.