Catalog.VersionLogSize 属性

Gets the size of the version log of the catalog.

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

语法

声明
<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogSize")> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property VersionLogSize As String 
    Get
用法
Dim instance As Catalog 
Dim value As String 

value = instance.VersionLogSize
[DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")]
[DisplayCategoryKeyAttribute("Catalog_ProjectVersions")]
[DisplayNameKeyAttribute("Catalog_VersionLogSize")]
[SfcPropertyAttribute(Data = true)]
public string VersionLogSize { get; }
[DisplayDescriptionKeyAttribute(L"Catalog_VersionLogSizeDesc")]
[DisplayCategoryKeyAttribute(L"Catalog_ProjectVersions")]
[DisplayNameKeyAttribute(L"Catalog_VersionLogSize")]
[SfcPropertyAttribute(Data = true)]
public:
property String^ VersionLogSize {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")>]
[<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")>]
[<DisplayNameKeyAttribute("Catalog_VersionLogSize")>]
[<SfcPropertyAttribute(Data = true)>]
member VersionLogSize : string
function get VersionLogSize () : String

属性值

类型:System.String
The size of the version log of the catalog.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间