<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">How Do I Use the Connection Object in ADO?</cite>
(<time>2016-11-17 20:29:14 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://msdn.microsoft.com/en-us/library/ms807027.aspx">https://msdn.microsoft.com/en-us/library/ms807027.aspx</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="ja">SqlConnection.ConnectionString プロパティ (System.Data.SqlClient)</cite>
(<time>2016-11-17 20:30:11 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://msdn.microsoft.com/ja-jp/library/system.data.sqlclient.sqlconnection.connectionstring(v=vs.100).aspx">https://msdn.microsoft.com/ja-jp/library/system.data.sqlclient.sqlconnection.connectionstring(v=vs.100).aspx</anchor-external></figcaption><blockquote><p>ConnectionString は、OLE DB 接続文字列とほぼ同じですが、異なる点もあります。 OLE DB や ADO とは異なり、Persist Security Info 値を false (既定値) に設定すると、ユーザーが設定した ConnectionString からセキュリティ情報を除いた接続文字列が返されます。 Persist Security Info を true に設定した場合を除き、.NET Framework SQL Server 用データ プロバイダーでは、接続文字列のパスワードは永続化されず、返されません。</p><p>ConnectionString プロパティを使用して、データベースに接続できます。 一般的な接続文字列の例を次に示します。</p><p>&quot;Persist Security Info=False;Integrated Security=true;Initial Catalog=Northwind;server=(local)&quot;</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite xml:lang="ja">接続文字列ビルダー (ADO.NET)</cite>
(<time>2016-11-17 20:30:48 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://msdn.microsoft.com/ja-jp/library/ms254947(v=vs.100).aspx">https://msdn.microsoft.com/ja-jp/library/ms254947(v=vs.100).aspx</anchor-external></p></body></html>