Partager via


ISql90SpecifiesIndex.IsOnline, propriété

Obtient ou définit une valeur qui indique si l'index est en ligne et disponible.

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

Syntaxe

'Déclaration
Property IsOnline As Boolean
    Get
    Set
bool IsOnline { get; set; }
property bool IsOnline {
    bool get ();
    void set (bool value);
}
abstract IsOnline : bool with get, set
function get IsOnline () : boolean
function set IsOnline (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90SpecifiesIndex Interface

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