MiningStructure.ErrorConfiguration Property
Gets or sets the settings for handling errors that can occur when MiningStructure is processed.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute(Nothing)> _
Public Property ErrorConfiguration As ErrorConfiguration
[XmlElementAttribute(IsNullable=false)]
[DefaultValueAttribute(null)]
public ErrorConfiguration ErrorConfiguration { get; set; }
[XmlElementAttribute(IsNullable=false)]
[DefaultValueAttribute(nullptr)]
public:
property ErrorConfiguration^ ErrorConfiguration {
ErrorConfiguration^ get ();
void set (ErrorConfiguration^ value);
}
/** @property */
public ErrorConfiguration get_ErrorConfiguration ()
/** @property */
public void set_ErrorConfiguration (ErrorConfiguration value)
public function get ErrorConfiguration () : ErrorConfiguration
public function set ErrorConfiguration (value : ErrorConfiguration)
Valore proprietà
A ErrorConfiguration that specifies the settings for handling errors that can occur when MiningStructure is processed.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace