Compartir a través de


ISql90Index.IsOnline (Propiedad)

Obtiene o establece un valor que indica si el índice está en línea y disponible.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Implementaciones

ISql90SpecifiesIndex.IsOnline

Seguridad de .NET Framework

Vea también

Referencia

ISql90Index Interfaz

IsOnline (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)