DataSourceInformation.ParameterPrefix 欄位
提供用來指定的字元會寫入至參數名稱前置詞的資料來源資訊屬性。
命名空間: Microsoft.VisualStudio.Data.Framework
組件: Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)
語法
'宣告
Public Const ParameterPrefix As String
public const string ParameterPrefix
public:
literal String^ ParameterPrefix
static val mutable ParameterPrefix: string
public const var ParameterPrefix : String
備註
Visual Studio 設計工具會使用這項資訊決定建立正確語式正確的參數名稱。
這個屬性的範例值可以是「@」。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。