Condividi tramite


ErrorConfiguration.KeyErrorAction Property

Gets or sets the action for Microsoft SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(KeyErrorAction.ConvertToUnknown)> _
Public Property KeyErrorAction As KeyErrorAction
[NotifyParentPropertyAttribute(true)] 
[DefaultValueAttribute(KeyErrorAction.ConvertToUnknown)] 
public KeyErrorAction KeyErrorAction { get; set; }
[NotifyParentPropertyAttribute(true)] 
[DefaultValueAttribute(KeyErrorAction::ConvertToUnknown)] 
public:
property KeyErrorAction KeyErrorAction {
    KeyErrorAction get ();
    void set (KeyErrorAction value);
}
/** @property */
public KeyErrorAction get_KeyErrorAction ()

/** @property */
public void set_KeyErrorAction (KeyErrorAction value)
public function get KeyErrorAction () : KeyErrorAction

public function set KeyErrorAction (value : KeyErrorAction)

Valore proprietà

An enumeration that corresponds to the allowed values for KeyErrorAction.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace