Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the version log number of records.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogNumberOfRecords")> _
<DisplayDescriptionKeyAttribute("Catalog_VersionLogNumberOfRecordsDesc")> _
Public ReadOnly Property VersionLogNumberOfRecords As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The version log number of records.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace