Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ErrorConfiguration
A ErrorConfiguration that specifies the settings for handling errors that can occur when the MiningStructure is processed.