Instance.Version Property
Gets the Notification Services version of the instance.
命名空间: 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 most recently used to create or update the instance.
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 的硬件和软件要求。
Instance Class
Instance Members
Microsoft.SqlServer.Management.Nmo Namespace