TSqlObject.GetProperty-Methode (ModelPropertyClass)
Returns the property value.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function GetProperty ( _
property As ModelPropertyClass _
) As Object
'Usage
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
Parameter
- property
Typ: Microsoft.SqlServer.Dac.Model.ModelPropertyClass
Property.
Rückgabewert
Typ: System.Object
Property Value.
Ausnahmen
Ausnahme | Bedingung |
---|---|
DacModelException | If property does not exists on the object. |