Share via


ConnectorToolReferencesConnectionBuilder.GetLinks Method

Definition

Get any ConnectorToolReferencesConnectionBuilder links between a given ConnectionTool and a ConnectionBuilder.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ConnectorToolReferencesConnectionBuilder ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ConnectionTool ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::ConnectionBuilder ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorToolReferencesConnectionBuilder> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool source, Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionBuilder target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool * Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionBuilder -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorToolReferencesConnectionBuilder>
Public Shared Function GetLinks (source As ConnectionTool, target As ConnectionBuilder) As ReadOnlyCollection(Of ConnectorToolReferencesConnectionBuilder)

Parameters

Returns

Attributes

Applies to