Aracılığıyla paylaş


LogFile.IsOffline Property

Gets the Boolean value that specifies whether the log file is offline or not.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property IsOffline As Boolean
[SfcPropertyAttribute] 
public bool IsOffline { get; }
[SfcPropertyAttribute] 
public:
property bool IsOffline {
    bool get ();
}
/** @property */
public boolean get_IsOffline ()
public function get IsOffline () : boolean

Property Value

A Boolean value that specifies whether the log file is offline or online. If True, the log file is offline and unavailable. Otherwise, False.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.