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.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<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)

属性值

An enumeration that corresponds to the allowed values for KeyErrorAction.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace