CreateFullTextCatalogStatement.IsDefault Property
Gets or sets whether AS DEFAULT was specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsDefault As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if AS DEFAULT was specified; otherwise, false.