Catalog.OperationLogSize 属性

Gets the size of the operation log.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationLogSize")> _
Public ReadOnly Property OperationLogSize As String 
    Get
用法
Dim instance As Catalog 
Dim value As String 

value = instance.OperationLogSize
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")]
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[DisplayNameKeyAttribute("Catalog_OperationLogSize")]
public string OperationLogSize { get; }
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Catalog_OperationLogSizeDesc")]
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[DisplayNameKeyAttribute(L"Catalog_OperationLogSize")]
public:
property String^ OperationLogSize {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")>]
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<DisplayNameKeyAttribute("Catalog_OperationLogSize")>]
member OperationLogSize : string
function get OperationLogSize () : String

属性值

类型:System.String
The size of the operation log.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间