DataSourceInformation.IdentifierPartsStorageCase 字段

指定指示用例标识符部件在数据源中存储的数据源的信息的属性。

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

语法

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

备注

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

Visual Studio 查询设计器使用该信息以适合用户项的标识符传递给数据源返回实际的标识符。

.NET Framework 安全性

请参阅

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data.Framework 命名空间