Share via


ISql90DatabaseOptions.IsSupplementalLoggingOn Property

Gets or sets a value that indicates whether supplemental logging is enabled.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsSupplementalLoggingOn As Boolean
bool IsSupplementalLoggingOn { get; set; }
property bool IsSupplementalLoggingOn {
    bool get ();
    void set (bool value);
}
abstract IsSupplementalLoggingOn : bool with get, set
function get IsSupplementalLoggingOn () : boolean
function set IsSupplementalLoggingOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace