AuditTarget.TargetOptions Property
SQL Server 2012
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)
'Declaration Public ReadOnly Property TargetOptions As IList(Of AuditTargetOption) Get 'Usage Dim instance As AuditTarget Dim value As IList(Of AuditTargetOption) value = instance.TargetOptions
Property Value
Type: System.Collections.Generic.IList(Of AuditTargetOption)The options for the Audit Target.
