NotificationClass.NotificationClassId Property
Returns the identifier for the notification class.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Public ReadOnly Property NotificationClassId As Integer
public int NotificationClassId { get; }
public:
property int NotificationClassId {
int get ();
}
/** @property */
public int get_NotificationClassId ()
public function get NotificationClassId () : int
Значение свойства
An Int32 value that specifies the notification class ID within the Notification Services application.
Замечания
Notification Services assigns a notification class ID to each notification class within an application.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.NotificationServices Namespace