Sdílet prostřednictvím


DataParameter – konstruktor (Boolean)

Inicializuje novou instanci DataParameter třídy určující, zda byl odvozen instance pomocí DeriveParameters metoda.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
Protected Sub New ( _
    isDerived As Boolean _
)
protected DataParameter(
    bool isDerived
)
protected:
DataParameter(
    bool isDerived
)
new : 
        isDerived:bool -> DataParameter
protected function DataParameter(
    isDerived : boolean
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataParameter Třída

DataParameter – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů