Share via


ISql90FullTextCatalog.IsDefault Property

Gets or sets a value that indicates whether this is the default full-text catalog.

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

Syntax

'Declaration
Property IsDefault As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90FullTextCatalog Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace