Proprietà ServiceQueueExtender.ServerVersion

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ServiceQueueExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker