PostConfigurationActionAttribute Clase
Represents an attribute that is associated with the post configuration action in policy-based management services.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<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
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Dmf..::..PostConfigurationActionAttribute
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también