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

成员

成员名称 说明
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.

注释

The ConnectionType class is served by the ConnectionInfoBase class.

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间