Propriedade do RDL Catalog.OperationLogNumberOfRecords
Gets the operation log number of records.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogNumberOfRecordsDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Catalog_OperationLogNumberOfRecords")> _
Public ReadOnly Property OperationLogNumberOfRecords As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
The operation log number of records.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices