データ接続設定
| C# | Visual Basic | Visual C++ |
public class ConnectionConfigElement : ConfigurationElement
Public Class ConnectionConfigElement _ Inherits ConfigurationElement
public ref class ConnectionConfigElement : public ConfigurationElement
| すべてのメンバ | コンストラクタ | プロパティ | |||
| メンバ | 説明 | |
|---|---|---|
| ConnectionConfigElement()()() | Initializes a new instance of the ConnectionConfigElement class | |
| ClassName |
使用する接続のクラス名
| |
| CommandTimeout |
コマンドタイムアウト
| |
| ConnectionTimeout |
接続タイムアウト
| |
| Database |
オプション
| |
| Name |
設定名称
| |
| Option |
オプション
| |
| Password |
接続パスワード
| |
| QuoteStyle |
引用エスケープタイプ 0:シングルクォートを2重化、ワイルドカードは[]で囲む 1:0x5cを加える | |
| Url |
接続URL
| |
| User |
接続ユーザー
|
| Object | ||
| ConfigurationElement | ||
| ConnectionConfigElement | ||