CreateFullTextCatalogStatement.IsDefault (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

CreateFullTextCatalogStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)