Share via


ISql90File.IsOffline Property

Gets or sets whether the file is offline.

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

Syntax

'Declaration
Property IsOffline As Boolean
    Get
    Set
'Usage
Dim instance As ISql90File
Dim value As Boolean

value = instance.IsOffline

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

Property Value

Type: System.Boolean
Returns True if the file is offline; otherwise, False.

.NET Framework Security

See Also

Reference

ISql90File Interface

ISql90File Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace