Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
The ConnectionType enumeration contains values that are used to specify the type of server with which the connection is established.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Public Enumeration ConnectionType
'Uso
Dim instance As ConnectionType
public enum ConnectionType
public enum class ConnectionType
type ConnectionType
public enum ConnectionType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| AzureStorage | A SQL Azure service. | |
| IntegrationServer | A Integration Services service. | |
| Olap | An Analysis Services online analytical processing (OLAP) server. | |
| ReportServer | A Reporting Services server. | |
| Sql | An instance of SQL Server. | |
| SqlCE | An instance of SQL Server CE. | |
| SqlConnection | An instance of SQL Server. | |
| WmiManagementScope | A WMI namespace. |
Comentarios
The ConnectionType class is served by the ConnectionInfoBase class.