Catalog.OperationLogRetentionTime Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает срок хранения журналов операций.
public:
property int OperationLogRetentionTime { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_OperationLogRetentionTimeDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_OperationLogRetentionTime")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int OperationLogRetentionTime { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_OperationLogRetentionTimeDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_OperationLogRetentionTime")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.OperationLogRetentionTime : int with get, set
Public Property OperationLogRetentionTime As Integer
Значение свойства
Срок хранения для журналов операций.
- Атрибуты