ServerConnection.ConnectionType Propiedad

Obtiene o establece el tipo de conexión que se va a utilizar en el servidor.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common.ServerType
Tipo de conexión que se va a utilizar.

Vea también

Referencia

ServerConnection Clase

Espacio de nombres Microsoft.SqlServer.Management.Common