共用方式為


SqliteConnectionStringBuilder.Item[String] 屬性

定義

取得或設定與指定之索引鍵相關聯的值。

public override object this[string keyword] { get; set; }
public override object? this[string keyword] { get; set; }
member this.Item(string) : obj with get, set
Default Public Overrides Property Item(keyword As String) As Object

參數

keyword
String

索引鍵。

屬性值

數值。

適用於