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 settings for handling errors that can occur when the MiningStructure is processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ErrorConfiguration As ErrorConfiguration
Get
Set
'Usage
Dim instance As MiningStructure
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
A ErrorConfiguration that specifies the settings for handling errors that can occur when the MiningStructure is processed.