QueryNotSupportedEnumeratorException Class
QueryNotSupportedEnumeratorException クラスは、サポートされていない列挙クエリを要求しようとしたときに発生する例外を表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoEnum (microsoft.sqlserver.smoenum.dll 内)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class QueryNotSupportedEnumeratorException
Inherits EnumeratorException
[SerializableAttribute]
public sealed class QueryNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class QueryNotSupportedEnumeratorException sealed : public EnumeratorException
/** @attribute SerializableAttribute() */
public final class QueryNotSupportedEnumeratorException extends EnumeratorException
SerializableAttribute
public final class QueryNotSupportedEnumeratorException extends EnumeratorException
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework のバージョン 2.0 でのみサポートされています。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.EnumeratorException
Microsoft.SqlServer.Management.Smo.QueryNotSupportedEnumeratorException
使用例
Visual Basic .NET で例外をキャッチする方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
QueryNotSupportedEnumeratorException Members
Microsoft.SqlServer.Management.Smo Namespace