Catalog.OperationLogNumberOfRecords プロパティ

レコードの操作ログの数を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogNumberOfRecordsDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Catalog_OperationLogNumberOfRecords")> _
Public ReadOnly Property OperationLogNumberOfRecords As Integer 
    Get
'使用
Dim instance As Catalog 
Dim value As Integer 

value = instance.OperationLogNumberOfRecords
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[DisplayDescriptionKeyAttribute("Catalog_OperationLogNumberOfRecordsDesc")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute("Catalog_OperationLogNumberOfRecords")]
public int OperationLogNumberOfRecords { get; }
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[DisplayDescriptionKeyAttribute(L"Catalog_OperationLogNumberOfRecordsDesc")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute(L"Catalog_OperationLogNumberOfRecords")]
public:
property int OperationLogNumberOfRecords {
    int get ();
}
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<DisplayDescriptionKeyAttribute("Catalog_OperationLogNumberOfRecordsDesc")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayNameKeyAttribute("Catalog_OperationLogNumberOfRecords")>]
member OperationLogNumberOfRecords : int
function get OperationLogNumberOfRecords () : int

プロパティ値

型: System.Int32
レコードの操作ログの数です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間