다음을 통해 공유


SubscriberLocale Class

Represents a valid subscriber locale.

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

구문

‘선언
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F8436D57-7609-450f-8193-D962407E3ED3")> _
<ComVisibleAttribute(True)> _
Public Class SubscriberLocale
    Implements ISubscriberLocale
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("F8436D57-7609-450f-8193-D962407E3ED3")] 
[ComVisibleAttribute(true)] 
public class SubscriberLocale : ISubscriberLocale
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[GuidAttribute(L"F8436D57-7609-450f-8193-D962407E3ED3")] 
[ComVisibleAttribute(true)] 
public ref class SubscriberLocale : ISubscriberLocale
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("F8436D57-7609-450f-8193-D962407E3ED3") */ 
/** @attribute ComVisibleAttribute(true) */ 
public class SubscriberLocale implements ISubscriberLocale
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("F8436D57-7609-450f-8193-D962407E3ED3") 
ComVisibleAttribute(true) 
public class SubscriberLocale implements ISubscriberLocale

주의

An object of the SubscriberLocale class represents a valid subscriber locale.

This class exists to support a set of subscriber locale properties and expose them for use in your subscription management application. The subscriber locale code is used to specify the language and country/region of the subscriber, so that notifications can be appropriately formatted.

The SubscriberLocale class has no public constructor. Use the Item property to obtain a reference to a SubscriberLocale object.

For a list of subscriber locales, see Subscriber Locale Codes.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.SubscriberLocale

스레드 보안

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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

SubscriberLocale Members
Microsoft.SqlServer.NotificationServices Namespace