Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ErrorConfiguration object for the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ErrorConfiguration As ErrorConfiguration
Get
Set
'Usage
Dim instance As Partition
Dim value As ErrorConfiguration
value = instance.ErrorConfiguration
instance.ErrorConfiguration = value
public ErrorConfiguration ErrorConfiguration { get; set; }
public:
property ErrorConfiguration^ ErrorConfiguration {
ErrorConfiguration^ get ();
void set (ErrorConfiguration^ value);
}
member ErrorConfiguration : ErrorConfiguration with get, set
function get ErrorConfiguration () : ErrorConfiguration
function set ErrorConfiguration (value : ErrorConfiguration)
Property Value
Type: Microsoft.AnalysisServices.ErrorConfiguration
An ErrorConfiguration object for the partition.
Remarks
This object establishes processing behavior in the event that an error occurs.