Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PostConfigurationActionAttribute class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
postConfigurationAction As PostConfigurationAction _
)
'Usage
Dim postConfigurationAction As PostConfigurationAction
Dim instance As New PostConfigurationActionAttribute(postConfigurationAction)
public PostConfigurationActionAttribute(
PostConfigurationAction postConfigurationAction
)
public:
PostConfigurationActionAttribute(
PostConfigurationAction postConfigurationAction
)
new :
postConfigurationAction:PostConfigurationAction -> PostConfigurationActionAttribute
public function PostConfigurationActionAttribute(
postConfigurationAction : PostConfigurationAction
)
Parameters
- postConfigurationAction
Type: Microsoft.SqlServer.Management.Dmf.PostConfigurationAction
A PostConfigurationAction value that specifies the post configuration action.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.