IDatabaseProjectReferenceController.RetrieveDatabaseReferenceSelectorDataResult Method
Returns the result from the RetrieveDatabaseReferenceSelectorData call.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub RetrieveDatabaseReferenceSelectorDataResult ( _
result As IDatabaseReferenceNode _
)
void RetrieveDatabaseReferenceSelectorDataResult(
IDatabaseReferenceNode result
)
void RetrieveDatabaseReferenceSelectorDataResult(
IDatabaseReferenceNode^ result
)
abstract RetrieveDatabaseReferenceSelectorDataResult :
result:IDatabaseReferenceNode -> unit
function RetrieveDatabaseReferenceSelectorDataResult(
result : IDatabaseReferenceNode
)
Parameters
- result
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseReferenceNode
The reference node that was created.
.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
IDatabaseProjectReferenceController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace