Свойство ErrorLogSize
Gets the size of the error log.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ErrorLogSize As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the size of the full-text catalog error log in bytes.
См. также