Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Int32
The operation log number of records.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace