IDataDestination.IsOffline Property

Gets a value that indicates whether the destination connection is not available.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
ReadOnly Property IsOffline As Boolean
    Get
'Usage
Dim instance As IDataDestination
Dim value As Boolean

value = instance.IsOffline
bool IsOffline { get; }
property bool IsOffline {
    bool get ();
}
abstract IsOffline : bool
function get IsOffline () : boolean

Property Value

Type: System.Boolean
true if the destination connection is not available; otherwise, false.

See Also

Reference

IDataDestination Interface

Microsoft.SqlServerCe.Management.Scripting Namespace