ModelMetadataClass.GetValue<T>(TSqlObject) Method

Definition

Returns the metadata property value.

public T GetValue<T> (Microsoft.SqlServer.Dac.Model.TSqlObject instance);
member this.GetValue : Microsoft.SqlServer.Dac.Model.TSqlObject -> 'T
Public Function GetValue(Of T) (instance As TSqlObject) As T

Type Parameters

T

Type of the metadata property value.

Parameters

instance
TSqlObject

TSqlObject instance to get the metadata property value from.

Returns

T

Metadata property value.

Applies to