Свойство CreateFullTextCatalogStatement.IsDefault

Gets or sets whether AS DEFAULT was specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsDefault As Boolean 
    Get 
    Set
'Применение
Dim instance As CreateFullTextCatalogStatement 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
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
True if AS DEFAULT was specified; otherwise, false.

См. также

Справочник

CreateFullTextCatalogStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom