ErrorConfiguration Class
親要素が処理されるときに発生する可能性があるエラーを処理するための設定を指定します。このクラスは継承できません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine")> _
Public NotInheritable Class ErrorConfiguration
Inherits Component
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")]
public sealed class ErrorConfiguration : Component
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine")]
public ref class ErrorConfiguration sealed : public Component
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design") */
/** @attribute EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", System.Drawing.Design.UITypeEditor) */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") */
public final class ErrorConfiguration extends Component
TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")
EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", System.Drawing.Design.UITypeEditor)
XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")
public final class ErrorConfiguration extends Component
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ErrorConfiguration
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace