Méthode ModelMetadataClass.GetValue<T>
Returns the metadata property value.
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Function GetValue(Of T) ( _
instance As TSqlObject _
) As T
'Utilisation
Dim instance As ModelMetadataClass
Dim instance As TSqlObject
Dim returnValue As T
returnValue = instance.GetValue(instance)
public T GetValue<T>(
TSqlObject instance
)
public:
generic<typename T>
T GetValue(
TSqlObject^ instance
)
member GetValue :
instance:TSqlObject -> 'T
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Type of the metadata property value.
Paramètres
- instance
Type : Microsoft.SqlServer.Dac.Model.TSqlObject
TSqlObject instance to get the metadata property value from.
Valeur de retour
Type : T
Metadata property value.