Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a Version object describing the version of the server on which the Service Broker queue is implemented.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property ServerVersion As Version
Get
'Uso
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
Valor de la propiedad
Tipo: System.Version
A Version object describing the version of the server on which the Service Broker queue is implemented.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker