Condividi tramite


Proprietà AuditTarget.TargetOptions

Gets or sets the options for the Audit Target.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TargetOptions As IList(Of AuditTargetOption)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

AuditTarget Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom