Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.