Поделиться через


Application.Version Property

Gets the Notification Services version for the application.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Version As Version
public Version Version { get; }
public:
property Version^ Version {
    Version^ get ();
}
/** @property */
public Version get_Version ()
public function get Version () : Version

Значение свойства

A Version object containing the Notification Services version number.

Замечания

The version returned is the Notification Services version used to create or last update the 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.

См. также

Справочник

Application Class
Application Members
Microsoft.SqlServer.Management.Nmo Namespace