다음을 통해 공유


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 네임스페이스