ISqlFile.IsLogFile Property

Gets or sets a value that indicates whether this is a log file.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace