SmartAdminState Class
This is an adapter class that implements the ISmartAdminState logical facet for an Availability Group.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | SmartAdminState(SmartAdmin^) | Initializes a new instance of the SmartAdminState class. |
| Name | Description | |
|---|---|---|
![]() | IsBackupEnabled | Gets a value indicating whether smart backup is enabled or not. |
![]() | IsMasterSwitchEnabled | Gets a value indicating whether the master switch is on. |
![]() | NumberOfBackupLoops | Gets the number of backup loops. If zero then main loop is stalled. |
![]() | NumberOfCorruptedOrDeletedBackups | Gets the number of Corrupted or deleted backups. |
![]() | NumberOfInvalidCredentialErrors | Gets the number of Invalid storage credential errors. |
![]() | NumberOfOtherErrors | Gets the number of all other errors. |
![]() | NumberOfRetentionLoops | Gets the number of retention loops. If zero then retention thread is stalled. |
![]() | NumberOfSqlErrors | Gets the number of SQL Errors seen by smartadmin components(main loop, retention threads). |
![]() | NumberOfStorageConnectivityErrors | Gets the number of Storage connectivity errors. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Refresh() | Refresh the smartadmin object state |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


