Classe PostConfigurationActionAttribute
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 (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public NotInheritable Class PostConfigurationActionAttribute _
Inherits Attribute
'Uso
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
Hierarquia de herança
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Dmf..::..PostConfigurationActionAttribute
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também