Freigeben über


FullTextCatalog.ErrorLogSize-Eigenschaft

Gets the size of the error log.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ErrorLogSize As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Einbinden einer Volltextsuche

Siehe auch

Verweis

FullTextCatalog Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über die Volltextsuche

CREATE FULLTEXT CATALOG (Transact-SQL)