ISql100XmlIndex.IsOnline Property
Gets or sets whether an index is online.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsOnline As Boolean
Get
Set
'Usage
Dim instance As ISql100XmlIndex
Dim value As Boolean
value = instance.IsOnline
instance.IsOnline = value
bool IsOnline { get; set; }
property bool IsOnline {
bool get ();
void set (bool value);
}
function get IsOnline () : boolean
function set IsOnline (value : boolean)
abstract IsOnline : bool with get, set
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.