Compartir a través de


FullTextCatalog.ErrorLogSize Propiedad

Gets the size of the error log.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ErrorLogSize As Integer 
    Get
'Uso
Dim instance As FullTextCatalog 
Dim value As Integer 

value = instance.ErrorLogSize
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ErrorLogSize { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ErrorLogSize {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ErrorLogSize : int
function get ErrorLogSize () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 value that specifies the size of the full-text catalog error log in bytes.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextCatalog Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT CATALOG (Transact-SQL)