SubscriberLocaleEnumeration Class

Represents the collection of subscriber locales available within a given Notification Services instance.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
<GuidAttribute("A0F0ED4B-26EB-38DC-99CE-77061CB168CE")> _
<DefaultMemberAttribute("Item")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class SubscriberLocaleEnumeration
    Implements ISubscriberLocaleEnumeration, IEnumerable
[GuidAttribute("A0F0ED4B-26EB-38DC-99CE-77061CB168CE")] 
[DefaultMemberAttribute("Item")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class SubscriberLocaleEnumeration : ISubscriberLocaleEnumeration, IEnumerable
[GuidAttribute(L"A0F0ED4B-26EB-38DC-99CE-77061CB168CE")] 
[DefaultMemberAttribute(L"Item")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class SubscriberLocaleEnumeration : ISubscriberLocaleEnumeration, IEnumerable
/** @attribute GuidAttribute("A0F0ED4B-26EB-38DC-99CE-77061CB168CE") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class SubscriberLocaleEnumeration implements ISubscriberLocaleEnumeration, IEnumerable
GuidAttribute("A0F0ED4B-26EB-38DC-99CE-77061CB168CE") 
DefaultMemberAttribute("Item") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class SubscriberLocaleEnumeration implements ISubscriberLocaleEnumeration, IEnumerable

Hinweise

The SubscriberLocaleEnumeration class allows an application to iterate through the set of valid subscriber locales. It also provides an Item property to return a SubscriberLocale object that represents a specific locale.

This class allows you to populate a subscriber locale drop-down box in your subscription management application.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.SubscriberLocaleEnumeration

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

SubscriberLocaleEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace