共用方式為


DataSourceInformation.CatalogIsSuffixed 欄位

指出指定的資料來源資訊屬性目錄名稱是多重物件識別項 (OID) 做為後置字元,以與前置詞。

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