Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the AutomatedPolicyEvaluationMode object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute("Condition")> _
Public ReadOnly Property SupportedPolicyEvaluationMode As AutomatedPolicyEvaluationMode
Get
'Usage
Dim instance As PolicyExtender
Dim value As AutomatedPolicyEvaluationMode
value = instance.SupportedPolicyEvaluationMode
[ExtendedPropertyAttribute("Condition")]
public AutomatedPolicyEvaluationMode SupportedPolicyEvaluationMode { get; }
[ExtendedPropertyAttribute(L"Condition")]
public:
property AutomatedPolicyEvaluationMode SupportedPolicyEvaluationMode {
AutomatedPolicyEvaluationMode get ();
}
[<ExtendedPropertyAttribute("Condition")>]
member SupportedPolicyEvaluationMode : AutomatedPolicyEvaluationMode
function get SupportedPolicyEvaluationMode () : AutomatedPolicyEvaluationMode
Property Value
Type: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
The AutomatedPolicyEvaluationMode object.