GetValue(T) Method

The Value of the QualifiedIdentifier - can be one of: * String * Uri * QualifiedIdentifier * QualifiedIdentifierCollection

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

Syntax

'Declaration
Public Function GetValue(Of T) As T
'Usage
Dim instance As QualifiedIdentifier
Dim returnValue As T

returnValue = instance.GetValue()
public T GetValue<T>()
public:
generic<typename T>
T GetValue()
member GetValue : unit -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T

Return Value

Type: T

See Also

Reference

QualifiedIdentifier Class

Microsoft.Data.Tools.Model Namespace