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
メンバー
メンバー名 | 説明 | |
---|---|---|
Sql | SQL Server のインスタンスです。 | |
Olap | Analysis Services オンライン分析処理 (OLAP) サーバーです。 | |
SqlConnection | SQL Server のインスタンスです。 | |
WmiManagementScope | WMI 名前空間です。 | |
SqlCE | SQL Server CE のインスタンスです。 | |
ReportServer | Reporting Services サーバーです。 | |
IntegrationServer | Integration Services サービスです。 |