DatabaseProjectConfigurationExtender.DatabaseProjectNode Property
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DatabaseProjectNode As IDatabaseProjectNode
Get
'Usage
Dim instance As DatabaseProjectConfigurationExtender
Dim value As IDatabaseProjectNode
value = instance.DatabaseProjectNode
[BrowsableAttribute(false)]
public IDatabaseProjectNode DatabaseProjectNode { get; }
[BrowsableAttribute(false)]
public:
property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get ();
}
function get DatabaseProjectNode () : IDatabaseProjectNode
[<BrowsableAttribute(false)>]
member DatabaseProjectNode : IDatabaseProjectNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.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
DatabaseProjectConfigurationExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace