Propriété FullTextCatalog.ErrorLogSize
Gets the size of the error log.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ErrorLogSize As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An Int32 value that specifies the size of the full-text catalog error log in bytes.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo