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 how errors are handling on dimension keys during process operations.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("C747044A-9D00-4588-B922-2C33E50A7826")> _
Public Enumeration KeyErrorAction
'Usage
Dim instance As KeyErrorAction
[GuidAttribute("C747044A-9D00-4588-B922-2C33E50A7826")]
public enum KeyErrorAction
[GuidAttribute(L"C747044A-9D00-4588-B922-2C33E50A7826")]
public enum class KeyErrorAction
[<GuidAttribute("C747044A-9D00-4588-B922-2C33E50A7826")>]
type KeyErrorAction
public enum KeyErrorAction
Members
| Member name | Description | |
|---|---|---|
| ConvertToUnknown | Converts key to unknown value. | |
| DiscardRecord | Discards the record. |
Remarks
New: 17 July 2006