Właściwość ServiceQueueExtender.ServerVersion
Pobiera Version Obiekt opisujący wersja serwera zaimplementowano kolejki Service Broker.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version
Get
'Użycie
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
Wartość właściwości
Typ: System.Version
A Version Obiekt opisujący wersja serwera zaimplementowano kolejki Service Broker.
Zobacz także