次の方法で共有


NSInstanceDescription Class

Notification Services インスタンスに関する記述データを提供します。このクラスは、Microsoft SQL Server 2005 では推奨されません。

名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)

構文

'宣言
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("AA836454-233A-4aec-9E5A-E2BFA16C53CA")> _
Public Class NSInstanceDescription
    Implements INSInstanceDescription
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute("AA836454-233A-4aec-9E5A-E2BFA16C53CA")] 
public class NSInstanceDescription : INSInstanceDescription
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute(L"AA836454-233A-4aec-9E5A-E2BFA16C53CA")] 
public ref class NSInstanceDescription : INSInstanceDescription
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("AA836454-233A-4aec-9E5A-E2BFA16C53CA") */ 
public class NSInstanceDescription implements INSInstanceDescription
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
GuidAttribute("AA836454-233A-4aec-9E5A-E2BFA16C53CA") 
public class NSInstanceDescription implements INSInstanceDescription

解説

SQL Server 2005 では、Notification Services インスタンスとアプリケーションを作成および管理するためのクラスは Microsoft.SqlServer.Management.Nmo 名前空間にあります。このクラスは、Notification Services の以前のバージョンとの互換性を維持する目的で含まれています。このクラスの代わりに、Microsoft.SqlServer.Management.Nmo.Instance が使用されます。したがって、今後のリリースでサポートされなくなる可能性があります。

NSInstanceDescription オブジェクトは、特定の Notification Services インスタンスに関する情報を表します。InstanceEnumeration クラスは、NSInstanceDescription オブジェクトを返すインデクサを提供します。

NSInstanceDescription クラスには、コンストラクタがありません。NSInstanceDescription オブジェクトは、Item プロパティによって作成されます。

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.NSInstanceDescription

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

NSInstanceDescription Members
Microsoft.SqlServer.NotificationServices Namespace