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 네임스페이스