Condividi tramite


Proprietà ServerConnection.ConnectionType

Gets the type of connection to use in the server.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ConnectionType As ServerType 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Common.ServerType
The type of connection to use.

Vedere anche

Riferimento

ServerConnection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common