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 翻译名称。

适用于