Partager via


DataParameter.IsDerived, propriété

Obtient une valeur d' Boolean qui indique si le paramètre actuel a été dérivé de la source de données.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsDerived As Boolean
public bool IsDerived { get; }
public:
virtual property bool IsDerived {
    bool get () sealed;
}
abstract IsDerived : bool
override IsDerived : bool
final function get IsDerived () : boolean

Valeur de propriété

Type : System.Boolean
true si le paramètre spécifié est dérivé de la source de données ; sinon, false.

Implémentations

IVsDataParameterDescriptor.IsDerived

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms