共用方式為


CreateFullTextCatalogStatement.IsDefault 屬性

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

CreateFullTextCatalogStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間