Share via


OleDbSchemaGuid.Translations 欄位

定義

會傳回資料庫目錄中所定義的字元轉譯,此資料庫目錄可由指定使用者進行存取。

public: static initonly Guid Translations;
public static readonly Guid Translations;
 staticval mutable Translations : Guid
Public Shared ReadOnly Translations As Guid 

欄位值

備註

Translations 對應至 OLE DB TRANSLATIONS 數據列集。 除非另有指定,否則會依照下列順序傳回限制數據行。

限制數據行 CLR 資料型別 描述
TRANSLATION_CATALOG string 目錄名稱。 如果提供者不支援目錄,則為 Null 值。
TRANSLATION_SCHEMA string 未限定的架構名稱。 如果提供者不支持架構,則為 Null 值。
TRANSLATION_NAME string 翻譯名稱。

適用於