DataSourceInformation.QuotedIdentifierPartsStorageCase Field
Specifies the data source information property that indicates what case quoted identifier parts are stored in the data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const QuotedIdentifierPartsStorageCase As String
public const string QuotedIdentifierPartsStorageCase
public:
literal String^ QuotedIdentifierPartsStorageCase
static val mutable QuotedIdentifierPartsStorageCase: string
public const var QuotedIdentifierPartsStorageCase : String
Remarks
Values of this property are a single character chosen from "U" (Upper), "L" (Lower) and "M" (Mixed).
This information is used by the Visual Studio query designer to match up identifiers entered by a user to actual identifiers returned by the data source.
.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.