Partilhar via


Método TSqlObject.GetProperty<T> (ModelPropertyClass)

Returns the property value.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Function GetProperty(Of T) ( _
    property As ModelPropertyClass _
) As T
'Uso
Dim instance As TSqlObject 
Dim property As ModelPropertyClass 
Dim returnValue As T

returnValue = instance.GetProperty(property)
public T GetProperty<T>(
    ModelPropertyClass property
)
public:
generic<typename T>
T GetProperty(
    ModelPropertyClass^ property
)
member GetProperty : 
        property:ModelPropertyClass -> 'T 
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    Property type.

Parâmetros

Valor de retorno

Tipo: T
Property Value.

Exceções

Exceção Condição
DacModelException

If property does not exists on the object.

InvalidCastException

If the property type cannot be cast to T.

Consulte também

Referência

TSqlObject Classe

Sobrecarregado GetProperty

Namespace Microsoft.SqlServer.Dac.Model