Partager via


Propriété ServiceQueueExtender.ServerVersion

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ServiceQueueExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker