CreateFullTextCatalogStatement.IsDefault Property

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

Syntax

'Declaration
Public Property IsDefault As Boolean
public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
member 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

CreateFullTextCatalogStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace