ConnectionType 列舉
The ConnectionType enumeration contains values that are used to specify the type of server with which the connection is established.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Public Enumeration ConnectionType
'用途
Dim instance As ConnectionType
public enum ConnectionType
public enum class ConnectionType
type ConnectionType
public enum ConnectionType
成員
成員名稱 | 說明 | |
---|---|---|
Sql | An instance of SQL Server. | |
Olap | An Analysis Services online analytical processing (OLAP) server. | |
SqlConnection | An instance of SQL Server. | |
WmiManagementScope | A WMI namespace. | |
SqlCE | An instance of SQL Server CE. | |
ReportServer | A Reporting Services server. | |
IntegrationServer | A Integration Services service. |