FacetRepository.GetFacetEvaluationMode 메서드

Gets the evaluation mode for the specified type.

네임스페이스:  Microsoft.SqlServer.Management.Facets
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetEvaluationMode ( _
    facet As Type _
) As AutomatedPolicyEvaluationMode
‘사용 방법
Dim facet As Type 
Dim returnValue As AutomatedPolicyEvaluationMode 

returnValue = FacetRepository.GetFacetEvaluationMode(facet)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static AutomatedPolicyEvaluationMode GetFacetEvaluationMode(
    Type facet
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static AutomatedPolicyEvaluationMode GetFacetEvaluationMode(
    Type^ facet
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member GetFacetEvaluationMode : 
        facet:Type -> AutomatedPolicyEvaluationMode
public static function GetFacetEvaluationMode(
    facet : Type
) : AutomatedPolicyEvaluationMode

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
The AutomatedPolicyEvaluationMode object value that specifies the evaluation mode for the facet.

참고 항목

참조

FacetRepository 클래스

Microsoft.SqlServer.Management.Facets 네임스페이스