Compartilhar via


Propriedade do RDL Catalog.VersionLogNumberOfRecords

Gets the version log number of records.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogNumberOfRecords")> _
<DisplayDescriptionKeyAttribute("Catalog_VersionLogNumberOfRecordsDesc")> _
Public ReadOnly Property VersionLogNumberOfRecords As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
The version log number of records.

Consulte também

Referência

Catalog Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices