Свойство AuditTarget.TargetOptions

Gets or sets the options for the Audit Target.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property TargetOptions As IList(Of AuditTargetOption)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<AuditTargetOption>
The options for the Audit Target.

См. также

Справочник

AuditTarget Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom