ModelMetadataClass.GetValue<T>(TSqlObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.