DataSourceInformation.CatalogIsSuffixed Field
Specifies the data source information property that indicates whether a catalog name is suffixed on a multi-part object identifier, as opposed to being a prefix.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Const CatalogIsSuffixed As String
public const string CatalogIsSuffixed
public:
literal String^ CatalogIsSuffixed
static val mutable CatalogIsSuffixed: string
public const var CatalogIsSuffixed : 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, in a Microsoft SQL Server database, the catalog name is prefixed, as in "pubs.dbo.authors" (where "pubs" is the catalog name). In an Oracle database, however, 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.