Share via


ISql90FullTextCatalog.IsDefault Property

Gets or sets whether catalog is default.

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

Syntax

'Declaration
Property IsDefault As Boolean
    Get
    Set
'Usage
Dim instance As ISql90FullTextCatalog
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value
bool IsDefault { get; set; }
property bool IsDefault {
    bool get ();
    void set (bool value);
}
function get IsDefault () : boolean
function set IsDefault (value : boolean)
abstract IsDefault : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90FullTextCatalog Interface

ISql90FullTextCatalog Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace