Proprietà ISql90FullTextCatalog.IsDefault

Ottiene o imposta un valore che indica se il catalogo corrente è il catalogo full-text predefinito.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsDefault As Boolean
    Get
    Set
bool IsDefault { get; set; }
property bool IsDefault {
    bool get ();
    void set (bool value);
}
abstract IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90FullTextCatalog Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel