Compartir a través de


UIConnectionInfo.ServerVersion Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado:  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxis

'Declaración
Public Property ServerVersion As ServerVersion 
    Get 
    Set
'Uso
Dim instance As UIConnectionInfo 
Dim value As ServerVersion 

value = instance.ServerVersion

instance.ServerVersion = value
public ServerVersion ServerVersion { get; set; }
public:
property ServerVersion^ ServerVersion {
    ServerVersion^ get ();
    void set (ServerVersion^ value);
}
member ServerVersion : ServerVersion with get, set
function get ServerVersion () : ServerVersion 
function set ServerVersion (value : ServerVersion)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
A ServerVersion object that specifies the version of the instance of the Database Engine for the connection.

Vea también

Referencia

UIConnectionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum