Delen via


IDatabaseProjectReferenceController.DoDefaultAction Method

Handles the default action for the argument node. For example, the database schema provider for SQL Server opens the references property page through OpenProjectDesigner).

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

Syntax

'Declaration
Sub DoDefaultAction ( _
    node As IDatabaseReferenceNode _
)
void DoDefaultAction(
    IDatabaseReferenceNode node
)
void DoDefaultAction(
    IDatabaseReferenceNode^ node
)
abstract DoDefaultAction : 
        node:IDatabaseReferenceNode -> unit 
function DoDefaultAction(
    node : IDatabaseReferenceNode
)

Parameters

.NET Framework Security

See Also

Reference

IDatabaseProjectReferenceController Interface

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