IGetDatabaseProjectNode Interface

You can use this typeonly internally; you cannot use it directly from your code. This interface is used only to give access to the database project from COM applications. This interface is implemented only by DatabaseProjectNode, and it returns the reference to itself in its only property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("EB12EA88-0C55-449e-8E94-40C5645B15A6")> _
Public Interface IGetDatabaseProjectNode
'Usage
Dim instance As IGetDatabaseProjectNode
[ComVisibleAttribute(true)]
[GuidAttribute("EB12EA88-0C55-449e-8E94-40C5645B15A6")]
public interface IGetDatabaseProjectNode
[ComVisibleAttribute(true)]
[GuidAttribute(L"EB12EA88-0C55-449e-8E94-40C5645B15A6")]
public interface class IGetDatabaseProjectNode
public interface IGetDatabaseProjectNode
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("EB12EA88-0C55-449e-8E94-40C5645B15A6")>]
type IGetDatabaseProjectNode =  interface end

See Also

Reference

IGetDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace