DataSourceInformation.CatalogIsSuffixed 字段

指定指示数据源的信息属性目录名称是否正在一个多部分的对象标识符后缀,这与为 Relative 前缀。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Const CatalogIsSuffixed As String
public const string CatalogIsSuffixed
public:
literal String^ CatalogIsSuffixed
static val mutable CatalogIsSuffixed: string
public const var CatalogIsSuffixed : String

备注

Visual Studio 查询设计器使用该信息确定如何生成多部分标识符包含目录的对象名称。

例如,在 Microsoft SQL Server 数据库中,目录名称。“pubs.dbo.authors”前缀 (其中,“pub”是目录名称)。 在 Oracle 数据库,而目录,表示远程服务器并出现标识符为“scott.authors@myserver”(其中“myserver”是目录名称)。 因此,在后一种情况下,该属性将返回 true。

.NET Framework 安全性

请参阅

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data.Framework 命名空间