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
매개 변수
- facet
유형: System.Type
A Type that specifies the facet.
반환 값
유형: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
The AutomatedPolicyEvaluationMode object value that specifies the evaluation mode for the facet.