ISmartAdminState Interface

Definition

This facet aggregates smartadmin state information. It is used to support SQL Server manageability tools.

[Microsoft.SqlServer.Management.Facets.EvaluationMode(Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SmartAdminStateDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SmartAdminStateName")]
[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Smo.FacetSR")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter))]
public interface ISmartAdminState : Microsoft.SqlServer.Management.Common.IRefreshable, Microsoft.SqlServer.Management.Sdk.Sfc.IDmfFacet
[<Microsoft.SqlServer.Management.Facets.EvaluationMode(Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SmartAdminStateDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SmartAdminStateName")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.Smo.FacetSR")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter))>]
type ISmartAdminState = interface
    interface IDmfFacet
    interface IRefreshable
Public Interface ISmartAdminState
Implements IDmfFacet, IRefreshable
Derived
Attributes
Implements

Properties

IsBackupEnabled

Gets a value indicating whether smartbackup is enaabled.

IsMasterSwitchEnabled

Gets a value indicating whether master switch is enabled.

NumberOfBackupLoops

Gets the number of backup loops.

NumberOfCorruptedOrDeletedBackups

Gets the number of invalid Microsoft Azure srotage credential errors.

NumberOfInvalidCredentialErrors

Gets the number of invalid Microsoft 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.

Methods

Refresh() (Inherited from IRefreshable)

Applies to