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.