Freigeben über


ServiceQueueExtender.ServerVersion-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ServiceQueueExtender Klasse

Microsoft.SqlServer.Management.Smo.Broker-Namespace