다음을 통해 공유


InstanceEnumeration Class

Represents the collection of Notification Services instances hosted on the local computer. This class is deprecated in Microsoft SQL Server 2005.

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("09837B34-25CC-33B1-A566-903019BC040A")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class InstanceEnumeration
    Implements IInstanceEnumeration, IEnumerable
[ComVisibleAttribute(true)] 
[DefaultMemberAttribute("Item")] 
[GuidAttribute("09837B34-25CC-33B1-A566-903019BC040A")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class InstanceEnumeration : IInstanceEnumeration, IEnumerable
[ComVisibleAttribute(true)] 
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"09837B34-25CC-33B1-A566-903019BC040A")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class InstanceEnumeration : IInstanceEnumeration, IEnumerable
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("09837B34-25CC-33B1-A566-903019BC040A") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class InstanceEnumeration implements IInstanceEnumeration, IEnumerable
ComVisibleAttribute(true) 
DefaultMemberAttribute("Item") 
GuidAttribute("09837B34-25CC-33B1-A566-903019BC040A") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class InstanceEnumeration implements IInstanceEnumeration, IEnumerable

주의

In Microsoft SQL Server 2005, classes for creating and managing instances and applications are in the Microsoft.SqlServer.Management.Nmo namespace. This class is replaced by the Microsoft.SqlServer.Management.Nmo.NotificationServices.Instances property, which returns an InstanceCollection object. This class is included only for compatibility with earlier versions of Notification Services and may not be supported in a future release.

The InstanceEnumeration class allows an application to iterate through the set of Notification Services instances available on the local computer. It also provides an Item property to return information about a specific Notification Services instance as an NSInstanceDescription object.

This class is used primarily for administrative purposes and for configuring subscription management applications.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.InstanceEnumeration

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

InstanceEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace