Partager via


Propriété AuditTarget.TargetOptions

Gets or sets the options for the Audit Target.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TargetOptions As IList(Of AuditTargetOption)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

AuditTarget Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom