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 命名空间