DataSourceInformation.QuotedIdentifierPartsStorageCase 字段

指定指示用例括在引号内的标识符部件在数据源中存储的数据源属性的相关信息。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Const QuotedIdentifierPartsStorageCase As String
public const string QuotedIdentifierPartsStorageCase
public:
literal String^ QuotedIdentifierPartsStorageCase
static val mutable QuotedIdentifierPartsStorageCase: string
public const var QuotedIdentifierPartsStorageCase : String

备注

此属性的值是下列唯一字符之一:“U” (大写),“L” (小写)和“M” (blend)。

Visual Studio 查询设计器用于此信息交互用户输入的标识符到数据源返回的实际标识符。

.NET Framework 安全性

请参见

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data.Framework 命名空间