PostConfigurationActionAttribute-Klasse
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
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Dmf..::..PostConfigurationActionAttribute
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.