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