Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the version of the Notification Services application.
Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Version As String
public string Version { get; }
public:
virtual property String^ Version {
String^ get () sealed;
}
/** @property */
public final String get_Version ()
public final function get Version () : String
Valeur de propriété
A String containing the version of the Notification Services application.
Notes
The application version information is retrieved from the application definition. If you did not specify a version number, the version is 0.0.0.0. For more information about specifying a version number, see Spécification de la version et de l'historique d'une application.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
NSApplication Class
NSApplication Members
Microsoft.SqlServer.NotificationServices Namespace