AuditActionSpecification.Actions Property
Gets a list of audit actions.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Actions As IList(Of DatabaseAuditAction)
public IList<DatabaseAuditAction> Actions { get; }
public:
property IList<DatabaseAuditAction^>^ Actions {
IList<DatabaseAuditAction^>^ get ();
}
member Actions : IList<DatabaseAuditAction>
function get Actions () : IList<DatabaseAuditAction>
Property Value
Type: System.Collections.Generic.IList<DatabaseAuditAction>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.