ConnectionType 枚举

ConnectionType 枚举包含的值用于指定与之建立连接的服务器类型。

命名空间:  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

成员

成员名称 说明
AzureStorage SQL Azure 服务。
IntegrationServer Integration Services 服务。
Olap Analysis Services 联机分析处理 (OLAP) 服务器。
ReportServer Reporting Services 服务器。
Sql SQL Server 实例。
SqlCE SQL Server CE 实例。
SqlConnection SQL Server 实例。
WmiManagementScope WMI 命名空间。

注释

ConnectionType 类是 ConnectionInfoBase 类提供服务。

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间