PostConfigurationActionAttribute Class
Represents an attribute that is associated with the post configuration action in policy-based management services.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public NotInheritable Class PostConfigurationActionAttribute _
Inherits Attribute
'Usage
Dim instance As PostConfigurationActionAttribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)]
public sealed class PostConfigurationActionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true)]
public ref class PostConfigurationActionAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)>]
type PostConfigurationActionAttribute =
class
inherit Attribute
end
public final class PostConfigurationActionAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SqlServer.Management.Dmf.PostConfigurationActionAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.