DataParameter 建構函式 (Boolean)
初始化 DataParameter 類別的新執行個體,指定執行個體,使用 DeriveParameters 方法是否衍生自。
命名空間: Microsoft.VisualStudio.Data.Framework
組件: Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)
語法
'宣告
Protected Sub New ( _
isDerived As Boolean _
)
protected DataParameter(
bool isDerived
)
protected:
DataParameter(
bool isDerived
)
new :
isDerived:bool -> DataParameter
protected function DataParameter(
isDerived : boolean
)
參數
isDerived
類型:Boolean這個值表示參數的執行個體是否會做為 DeriveParameters 方法的傳回值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。