ISmartAdminState Interface
This facet aggregates smartadmin state information. It is used to support SQL Server manageability tools.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] [DisplayNameKeyAttribute("SmartAdminStateName")] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")] [TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [DisplayDescriptionKeyAttribute("SmartAdminStateDesc")] public interface class ISmartAdminState : IDmfFacet, IRefreshable
| Name | Description | |
|---|---|---|
![]() | IsBackupEnabled | Gets a value indicating whether smartbackup is enaabled. |
![]() | IsMasterSwitchEnabled | Gets a value indicating whether the master switch is enabled. |
![]() | NumberOfBackupLoops | Gets the number of backup loops. |
![]() | NumberOfCorruptedOrDeletedBackups | Gets the number of invalid Windows Azure srotage credential errors. |
![]() | NumberOfInvalidCredentialErrors | Gets the number of invalid Windows Azure storage credential errors. |
![]() | NumberOfOtherErrors | Gets the number of all other errors. |
![]() | NumberOfRetentionLoops | Gets the number of retention loops. |
![]() | NumberOfSqlErrors | Gets the number of SQL Server connectivity errors. |
![]() | NumberOfStorageConnectivityErrors | Gets the number of storage account connectivity errors. |
| Name | Description | |
|---|---|---|
![]() | Refresh() | (Inherited from IRefreshable.) |
Show:

