Add(string, string)
このメソッドは、キーとしてプール名、値として接続文字列を持つ要素を追加します。
定義
C# public void Add(string poolName, string passwordLessConnectionString)
パラメータ
-
poolName (string)– プールを識別するための名前 -
passwordLessConnectionString (string)– パスワード・フィールドのない接続文字列
例外
NullReferenceException– poolNameとpasswordLessConnectionStringのいずれかまたは両方がnullの場合。