Partilhar via


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

Retrieves properties for this relationship instance.

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 ModelRelationshipInstance 
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
    Type of the property value.

Parâmetros

Valor de retorno

Tipo: T
Property value.

Exceções

Exceção Condição
DacModelException

If the supplied property is not supported on this instance.

InvalidCastException

If the property type cannot be cast to T.

Consulte também

Referência

ModelRelationshipInstance Classe

Sobrecarregado GetProperty

Namespace Microsoft.SqlServer.Dac.Model