共用方式為


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 命名空間