共用方式為


ServiceQueueExtender.ServerVersion 屬性

Gets a Version object describing the version of the server on which the Service Broker queue is implemented.

命名空間:  Microsoft.SqlServer.Management.Smo.Broker
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version 
    Get
'用途
Dim instance As ServiceQueueExtender 
Dim value As Version 

value = instance.ServerVersion
[ExtendedPropertyAttribute]
public Version ServerVersion { get; }
[ExtendedPropertyAttribute]
public:
property Version^ ServerVersion {
    Version^ get ();
}
[<ExtendedPropertyAttribute>]
member ServerVersion : Version
function get ServerVersion () : Version

屬性值

型別:System.Version
A Version object describing the version of the server on which the Service Broker queue is implemented.

請參閱

參考

ServiceQueueExtender 類別

Microsoft.SqlServer.Management.Smo.Broker 命名空間