Delen via


AuditTarget.TargetOptions Property

Gets or sets the options for the Audit Target.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property TargetOptions As IList(Of AuditTargetOption)
    Get
'Usage
Dim instance As AuditTarget 
Dim value As IList(Of AuditTargetOption)

value = instance.TargetOptions
public IList<AuditTargetOption> TargetOptions { get; }
public:
property IList<AuditTargetOption^>^ TargetOptions {
    IList<AuditTargetOption^>^ get ();
}
member TargetOptions : IList<AuditTargetOption>
function get TargetOptions () : IList<AuditTargetOption>

Property Value

Type: System.Collections.Generic.IList<AuditTargetOption>
The options for the Audit Target.

See Also

Reference

AuditTarget Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace