Catalog.VersionLogNumberOfRecords 속성

Gets the version log number of records.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogNumberOfRecords")> _
<DisplayDescriptionKeyAttribute("Catalog_VersionLogNumberOfRecordsDesc")> _
Public ReadOnly Property VersionLogNumberOfRecords As Integer 
    Get
‘사용 방법
Dim instance As Catalog 
Dim value As Integer 

value = instance.VersionLogNumberOfRecords
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute("Catalog_ProjectVersions")]
[DisplayNameKeyAttribute("Catalog_VersionLogNumberOfRecords")]
[DisplayDescriptionKeyAttribute("Catalog_VersionLogNumberOfRecordsDesc")]
public int VersionLogNumberOfRecords { get; }
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute(L"Catalog_ProjectVersions")]
[DisplayNameKeyAttribute(L"Catalog_VersionLogNumberOfRecords")]
[DisplayDescriptionKeyAttribute(L"Catalog_VersionLogNumberOfRecordsDesc")]
public:
property int VersionLogNumberOfRecords {
    int get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")>]
[<DisplayNameKeyAttribute("Catalog_VersionLogNumberOfRecords")>]
[<DisplayDescriptionKeyAttribute("Catalog_VersionLogNumberOfRecordsDesc")>]
member VersionLogNumberOfRecords : int
function get VersionLogNumberOfRecords () : int

속성 값

유형: System.Int32
The version log number of records.

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스