SqliteConnection.GetSchema 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetSchema() |
傳回這個常數之資料來源的架構資訊。 |
GetSchema(String) |
傳回這個常數之資料來源的架構資訊。 |
GetSchema(String, String[]) |
傳回這個常數之資料來源的架構資訊。 |
GetSchema()
傳回這個常數之資料來源的架構資訊。
public override System.Data.DataTable GetSchema ();
override this.GetSchema : unit -> System.Data.DataTable
Public Overrides Function GetSchema () As DataTable
傳回
架構資訊。
適用於
GetSchema(String)
GetSchema(String, String[])
傳回這個常數之資料來源的架構資訊。
public override System.Data.DataTable GetSchema (string collectionName, string?[] restrictionValues);
override this.GetSchema : string * string[] -> System.Data.DataTable
Public Overrides Function GetSchema (collectionName As String, restrictionValues As String()) As DataTable
參數
- collectionName
- String
結構描述的名稱。
- restrictionValues
- String[]
限制。
傳回
架構資訊。