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.