Share via


IDatabaseReferenceNode Interface

Represents a reference node in the Solution Explorer.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseReferenceNode _
    Inherits IDatabaseNode
'Usage
Dim instance As IDatabaseReferenceNode
[CLSCompliantAttribute(false)]
public interface IDatabaseReferenceNode : IDatabaseNode
[CLSCompliantAttribute(false)]
public interface class IDatabaseReferenceNode : IDatabaseNode
public interface IDatabaseReferenceNode extends IDatabaseNode
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IDatabaseReferenceNode =  
    interface
        interface IDatabaseNode
    end

See Also

Reference

IDatabaseReferenceNode Members

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