次の方法で共有


Catalog.VersionLogNumberOfRecords プロパティ

レコードのバージョン ログの数を取得します。

名前空間:  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
レコードのバージョン ログの数です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間