IEventClassEnumeration Interface
EventClassEnumeration クラスの明示的なインターフェイス定義です。このインターフェイスは、Microsoft SQL Server 2005 では推奨されません。
名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
<ComVisibleAttribute(True)> _
Public Interface IEventClassEnumeration
[DefaultMemberAttribute("Item")]
[ComVisibleAttribute(true)]
public interface IEventClassEnumeration
[DefaultMemberAttribute(L"Item")]
[ComVisibleAttribute(true)]
public interface class IEventClassEnumeration
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute ComVisibleAttribute(true) */
public interface IEventClassEnumeration
DefaultMemberAttribute("Item")
ComVisibleAttribute(true)
public interface IEventClassEnumeration
解説
このインターフェイスは実装しないでください。これは EventClassEnumeration クラスの明示的なインターフェイス定義であり、COM 相互運用機能のためだけに用意されています。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IEventClassEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace