Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the settings for handling errors that can occur when the MiningStructure is processed.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ErrorConfiguration As ErrorConfiguration
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.ErrorConfiguration
A ErrorConfiguration that specifies the settings for handling errors that can occur when the MiningStructure is processed.