Freigeben über


Cube.ErrorConfiguration Property

Gets or sets the ErrorConfiguration associated with a Cube.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property ErrorConfiguration As ErrorConfiguration
[DefaultValueAttribute(null)] 
[XmlElementAttribute(IsNullable=false)] 
public ErrorConfiguration ErrorConfiguration { get; set; }
[DefaultValueAttribute(nullptr)] 
[XmlElementAttribute(IsNullable=false)] 
public:
property ErrorConfiguration^ ErrorConfiguration {
    ErrorConfiguration^ get ();
    void set (ErrorConfiguration^ value);
}
/** @property */
public ErrorConfiguration get_ErrorConfiguration ()

/** @property */
public void set_ErrorConfiguration (ErrorConfiguration value)
public function get ErrorConfiguration () : ErrorConfiguration

public function set ErrorConfiguration (value : ErrorConfiguration)

Eigenschaftswert

An object containing P P:Microsoft.AnalysisServices.Cube.ErrorConfiguration information.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace