DataSourceInformation.LikeClauseUnderscoreEscape フィールド

SQL DML ステートメントの句のなどのの値の LikeClauseUnderscore 内の文字をエスケープするために使用される文字を示すデータ ソースの情報のプロパティを指定します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Public Const LikeClauseUnderscoreEscape As String
public const string LikeClauseUnderscoreEscape
public:
literal String^ LikeClauseUnderscoreEscape
static val mutable LikeClauseUnderscoreEscape: string
public const var LikeClauseUnderscoreEscape : String

解説

SQL DML ステートメントの句のために解析および検証する方法を Visual Studio のクエリ デザイナーでこの情報を確認するために使用されます。

このプロパティの値の例は「!」がある場合があります。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataSourceInformation クラス

Microsoft.VisualStudio.Data.Framework 名前空間