Share via


Propriedade do RDL ServerConnection.ConnectionType

Obtém o tipo de conexão a ser usado no servidor.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ServerType
O tipo de conexão a ser usado.

Consulte também

Referência

ServerConnection Classe

Namespace Microsoft.SqlServer.Management.Common