LocalDbConnectionFactory.BaseConnectionString プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
'Initial Catalog'、'Data Source'、および 'AttachDbFilename' 以外のデータベースへのオプションに使用する接続文字列。 CreateConnection が呼び出されると、データベース名に基づいて、この文字列の先頭に 'Initial Catalog' と 'AttachDbFilename' が付加されます。 'Data Source' は LocalDbVersion 引数に基づいて設定されます。 既定値は 'Integrated Security=True;' です。
public string BaseConnectionString { get; }
member this.BaseConnectionString : string
Public ReadOnly Property BaseConnectionString As String