Share via


GetHeuristicLabel Method

Gets the heuristic label for the qualified identfier value

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

Syntax

'Declaration
Public Function GetHeuristicLabel As String
'Usage
Dim instance As QualifiedIdentifier
Dim returnValue As String

returnValue = instance.GetHeuristicLabel()
public string GetHeuristicLabel()
public:
String^ GetHeuristicLabel()
member GetHeuristicLabel : unit -> string 
public function GetHeuristicLabel() : String

Return Value

Type: System..::..String
The hueristic lable, the value itself in string form if it isn't a qualified identifier or collection of qualified identifiers itself

See Also

Reference

QualifiedIdentifier Class

Microsoft.Data.Tools.Model Namespace