Dela via


ServerAuditStatement.Options Property

Gets a list of audit options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of AuditOption)
'Usage
Dim instance As ServerAuditStatement 
Dim value As IList(Of AuditOption)

value = instance.Options
public IList<AuditOption> Options { get; }
public:
property IList<AuditOption^>^ Options {
    IList<AuditOption^>^ get ();
}
public function get Options () : IList<AuditOption>

Property Value

Type: System.Collections.Generic.IList<AuditOption>

.NET Framework Security

See Also

Reference

ServerAuditStatement Class

ServerAuditStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace