Catalog.OperationLogNumberOfRecords 속성

Gets the operation log number of records.

네임스페이스:  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
The operation log number of records.

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스