Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
接続キーワードの値を取得または設定します。
Public Overrides Property Item(ByVal keyword As String) As Object
public override object this[string keyword] {get;set;}
keyword 接続キーワードの名前。
指定された接続キーワードの値を表すオブジェクト。
キーワードまたは型が無効の場合は、例外が発生します。キーワードは大文字と小文字を区別します。
値の設定で NULL が渡されると、値がクリアされます。