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」(混合)。
Visual Studio 查詢設計工具會使用這個資訊配合使用者輸入的識別項傳遞至資料來源中實際傳回的識別項。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。