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
解説
このプロパティの値は、次の単一の文字の 1 つです: 「U」 (大文字)、「L」 (小文字) および「」 (M 混合)。
Visual Studio のクエリ デザイナーでこの情報をユーザーが入力したデータ ソースが返す実際の識別子と識別子に対応するために使用されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。