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
'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, 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.
.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.