GetNested Method (QualifiedName, Object)
Get a QualifiedIdentifier based on the name and value. Does a lookup against a Dictionary to minimize the number of QualifiedIdentifiers around.
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Shared Function GetNested ( _
name As QualifiedName, _
value As Object _
) As QualifiedIdentifier
'Usage
Dim name As QualifiedName
Dim value As Object
Dim returnValue As QualifiedIdentifier
returnValue = QualifiedIdentifier.GetNested(name, _
value)
public static QualifiedIdentifier GetNested(
QualifiedName name,
Object value
)
public:
static QualifiedIdentifier^ GetNested(
QualifiedName^ name,
Object^ value
)
static member GetNested :
name:QualifiedName *
value:Object -> QualifiedIdentifier
public static function GetNested(
name : QualifiedName,
value : Object
) : QualifiedIdentifier
Parameters
- name
Type: Microsoft.Data.Tools.Model..::..QualifiedName
The name of the value to search for
- value
Type: System..::..Object
The value to search for
Return Value
Type: Microsoft.Data.Tools.Model..::..QualifiedIdentifier
The partial qualified identifier based on the name and value