次の方法で共有


ILogFilePerformanceFacet インターフェイス

ILogFilePerformanceFacet は、ログ ファイルのパフォーマンスを表すインターフェイスです。 パフォーマンス ベースのポリシーを判断する際に使用されます。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")> _
<DisplayNameKeyAttribute("LogFilePerformanceName")> _
<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")> _
Public Interface ILogFilePerformanceFacet _
    Inherits IDmfFacet
'使用
Dim instance As ILogFilePerformanceFacet
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute("LogFilePerformanceName")]
[DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")]
public interface ILogFilePerformanceFacet : IDmfFacet
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute(L"LogFilePerformanceName")]
[DisplayDescriptionKeyAttribute(L"LogFilePerformanceDesc")]
public interface class ILogFilePerformanceFacet : IDmfFacet
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")>]
[<DisplayNameKeyAttribute("LogFilePerformanceName")>]
[<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")>]
type ILogFilePerformanceFacet =  
    interface 
        interface IDmfFacet 
    end
public interface ILogFilePerformanceFacet extends IDmfFacet

ILogFilePerformanceFacet 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ SpaceUtilization ログ ファイルの領域使用率を取得します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.Utility 名前空間