PostConfigurationAction Enumeration
The PostConfigurationAction enumeration contains values that specify the action to take after configuration finishes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
public enum PostConfigurationAction
public enum class PostConfigurationAction
type PostConfigurationAction
Public Enumeration PostConfigurationAction
Members
Member name | Description | |
---|---|---|
None | No action is taken. |
|
RestartService | Restarts the policy-based management service. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also
Microsoft.SqlServer.Management.Dmf Namespace
Return to top