DatabaseProjectConfigurationExtender.DatabaseProjectNode, propriété
Obtient le nœud de projet de base de données où se trouve l'IDatabaseProjectConfiguration que vous étendez.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DatabaseProjectNode As IDatabaseProjectNode
Get
[BrowsableAttribute(false)]
public IDatabaseProjectNode DatabaseProjectNode { get; }
[BrowsableAttribute(false)]
public:
property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get ();
}
[<BrowsableAttribute(false)>]
member DatabaseProjectNode : IDatabaseProjectNode
function get DatabaseProjectNode () : IDatabaseProjectNode
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectConfigurationExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms