Propriété ServerConnection.ConnectionType

Obtient le type de connexion à utiliser sur le serveur.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ConnectionType As ServerType 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Common.ServerType
Type de connexion à utiliser.

Voir aussi

Référence

ServerConnection Classe

Espace de noms Microsoft.SqlServer.Management.Common