Partager via


Classe PostConfigurationActionAttribute

Represents an attribute that is associated with the post configuration action in policy-based management services.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public NotInheritable Class PostConfigurationActionAttribute _
    Inherits Attribute
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.SqlServer.Management.Dmf..::..PostConfigurationActionAttribute

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.