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 名前空間