Compartir a través de


Dimension.ErrorConfiguration Property

Get or sets the error configuration object for the current dimension.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute(Nothing)> _
Public Property ErrorConfiguration As ErrorConfiguration
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(null)] 
public ErrorConfiguration ErrorConfiguration { get; set; }
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(nullptr)] 
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)

Valor de propiedad

An ErrorConfiguration object with the current error configuration definition for the dimension

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace