Partager via


Partition.ErrorConfiguration Property

Gets or sets the ErrorConfiguration object for the partition.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

An ErrorConfiguration object.

Notes

This object establishes processing behavior in the event that an error occurs.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace