Freigeben über


CreateFullTextCatalogStatement.IsDefault-Eigenschaft

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateFullTextCatalogStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace