DataParameter 建構函式 (Boolean)
類別建構函式。指示與一起使用 DataParameter 類別的一個參數型的執行個體,該執行個體使用 DeriveParameters 方法,是否衍生自。
命名空間: Microsoft.VisualStudio.Data
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.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
型別:System.Boolean
表示此資料參數執行個體建立為 DeriveParameters 方法的傳回值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。