Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data source information property that indicates the case of identifier parts enclosed in quotation marks that are stored in the data source.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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 one of the following single characters: "U" (uppercase), "L" (lower case) 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.