Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.