ConnectorToolReferencesConnectionBuilder.GetLinks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- source
- ConnectionTool
- target
- ConnectionBuilder
Returns
- Attributes