Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the metadata property value.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function GetValue(Of T) ( _
instance As TSqlObject _
) As T
'Usage
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 does not support generic types and methods.
Type Parameters
- T
Type of the metadata property value.
Parameters
- instance
Type: Microsoft.SqlServer.Dac.Model.TSqlObject
TSqlObject instance to get the metadata property value from.
Return Value
Type: T
Metadata property value.