DataSourceInformation.CatalogIsSuffixed Field

Specifies the data source information property that indicates if a catalog name is suffixed on a multi-part object identifier, as opposed to being a prefix.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Const CatalogIsSuffixed As String

Dim value As String

value = DataSourceInformation.CatalogIsSuffixed
public const string CatalogIsSuffixed
public:
literal String^ CatalogIsSuffixed
public const var CatalogIsSuffixed : String

Field Value

Type: System.String

Remarks

This information is used by the Visual Studio query designer to determine how to build multi part object identifiers that include a catalog name.

For example, on Microsoft SQL Server the catalog name is prefixed, as in "pubs.dbo.authors" (where "pubs" is the catalog name). On Oracle, on the other hand, the catalog represents a remote server and appears in an identifier as "scott.authors@myserver" (where "myserver" is the catalog name). Thus, in the latter case this property would return true.

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace