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 or sets the audit options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of AuditOption)
Get
'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 ();
}
member Options : IList<AuditOption>
function get Options () : IList<AuditOption>
Property Value
Type: System.Collections.Generic.IList<AuditOption>
The audit options.