Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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