This topic has not yet been rated - Rate this topic

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.