Partager via


ISqlFile.IsLogFile, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'un fichier journal.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms