Partager via


DataParameter, constructeur (Boolean)

Initialise une nouvelle instance de la classe DataParameter, indiquant si l'instance était dérivée à l'aide de la méthode DeriveParameters.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

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

Paramètres

  • isDerived
    Type : Boolean

    Indique si cette instance de paramètre de données créée comme valeur de retour de la méthode DeriveParameters.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

DataParameter, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms