Share via


GetValueByName(T) Method

Gets a value from the first embedded QualifiedIdentifier that matches the name

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Function GetValueByName(Of T) ( _
    name As QualifiedName _
) As T
'Usage
Dim instance As QualifiedIdentifierCollection
Dim name As QualifiedName
Dim returnValue As T

returnValue = instance.GetValueByName(name)
public T GetValueByName<T>(
    QualifiedName name
)
public:
generic<typename T>
T GetValueByName(
    QualifiedName^ name
)
member GetValueByName : 
        name:QualifiedName -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T

Parameters

Return Value

Type: T

See Also

Reference

QualifiedIdentifierCollection Class

Microsoft.Data.Tools.Model Namespace