AuditTarget.FileOptions Property
Gets a list of file options in case of FILE audit target.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FileOptions As IList(Of AuditFileOption)
public IList<AuditFileOption> FileOptions { get; }
public:
property IList<AuditFileOption^>^ FileOptions {
IList<AuditFileOption^>^ get ();
}
member FileOptions : IList<AuditFileOption>
function get FileOptions () : IList<AuditFileOption>
Property Value
Type: System.Collections.Generic.IList<AuditFileOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.