GetNestedIdByName 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 GetNestedIdByName ( _
    name As QualifiedName _
) As QualifiedIdentifier
'Usage
Dim instance As QualifiedIdentifier
Dim name As QualifiedName
Dim returnValue As QualifiedIdentifier

returnValue = instance.GetNestedIdByName(name)
public QualifiedIdentifier GetNestedIdByName(
    QualifiedName name
)
public:
QualifiedIdentifier^ GetNestedIdByName(
    QualifiedName^ name
)
member GetNestedIdByName : 
        name:QualifiedName -> QualifiedIdentifier 
public function GetNestedIdByName(
    name : QualifiedName
) : QualifiedIdentifier

Parameters

Return Value

Type: Microsoft.Data.Tools.Model..::..QualifiedIdentifier
The qualified identifier that matches the given name, null if not found

See Also

Reference

QualifiedIdentifier Class

Microsoft.Data.Tools.Model Namespace