Compartir a través de


ConnectionInfoBase.ServerType Propiedad

Obtiene o establece el tipo de conexión del servidor.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerType As ConnectionType 
    Get
'Uso
Dim instance As ConnectionInfoBase 
Dim value As ConnectionType 

value = instance.ServerType
public ConnectionType ServerType { get; }
public:
property ConnectionType ServerType {
    ConnectionType get ();
}
member ServerType : ConnectionType
function get ServerType () : ConnectionType

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common.ConnectionType
Valor de objeto del sistema ConnectionType que especifica el tipo de conexión.

Vea también

Referencia

ConnectionInfoBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Common