Propriedade do RDL CreateFullTextCatalogStatement.IsDefault
Gets or sets whether AS DEFAULT was specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsDefault As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True if AS DEFAULT was specified; otherwise, false.