DatabaseProjectConfigurationExtender.DatabaseProjectNode Property
Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DatabaseProjectNode As IDatabaseProjectNode
[BrowsableAttribute(false)]
public IDatabaseProjectNode DatabaseProjectNode { get; }
[BrowsableAttribute(false)]
public:
property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get ();
}
[<BrowsableAttribute(false)>]
member DatabaseProjectNode : IDatabaseProjectNode
function get DatabaseProjectNode () : IDatabaseProjectNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectConfigurationExtender Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace