Método TSqlObject.GetProperty (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 ( _
property As ModelPropertyClass _
) As Object
'Uso
Dim instance As TSqlObject
Dim property As ModelPropertyClass
Dim returnValue As Object
returnValue = instance.GetProperty(property)
public Object GetProperty(
ModelPropertyClass property
)
public:
Object^ GetProperty(
ModelPropertyClass^ property
)
member GetProperty :
property:ModelPropertyClass -> Object
public function GetProperty(
property : ModelPropertyClass
) : Object
Parâmetros
- property
Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass
Property.
Valor de retorno
Tipo: System.Object
Property Value.
Exceções
Exceção | Condição |
---|---|
DacModelException | If property does not exists on the object. |