DataSourceInformation.CatalogIsSuffixed 字段

指定指示数据源的信息内容属性名称是否在一个多部分的对象标识符作为后缀,使用相对于前缀。

命名空间:  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 命名空间