Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines what happens when the KeyErrorLimit is exceeded.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")> _
Public Enumeration KeyErrorLimitAction
'Usage
Dim instance As KeyErrorLimitAction
[GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")]
public enum KeyErrorLimitAction
[GuidAttribute(L"FA79C76A-E3F2-4054-BCAE-E86EE728F342")]
public enum class KeyErrorLimitAction
[<GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")>]
type KeyErrorLimitAction
public enum KeyErrorLimitAction
Members
| Member name | Description | |
|---|---|---|
| StopLogging | Stops logging errors. | |
| StopProcessing | Stops processing. |
Remarks
New: 17 July 2006