Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.