SubscriberLocaleEnumeration Class

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

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
<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

Osservazioni

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

SubscriberLocaleEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace