Condividi tramite


Proprietà ISqlFile.IsLogFile

Ottiene o imposta un valore che indica se si tratta di un file di log.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsLogFile As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFile Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel