Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the type of action to be monitored during the audit.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Action As AuditActionType
Get
'Usage
Dim instance As AuditSpecificationDetail
Dim value As AuditActionType
value = instance.Action
public AuditActionType Action { get; }
public:
property AuditActionType Action {
AuditActionType get ();
}
member Action : AuditActionType
function get Action () : AuditActionType
Property Value
Type: Microsoft.SqlServer.Management.Smo.AuditActionType
A AuditActionType system object value that specifies the type of action to monitor during the audit.