Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the operation log number of records.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogNumberOfRecordsDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Catalog_OperationLogNumberOfRecords")> _
Public ReadOnly Property OperationLogNumberOfRecords As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The operation log number of records.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace