Retrieves properties for this relationship instance.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Function GetProperty ( _
property As ModelPropertyClass _
) As Object
用法
Dim instance As ModelRelationshipInstance
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
参数
- property
类型:Microsoft.SqlServer.Dac.Model.ModelPropertyClass
ModelPropertyClass property to retrieve.
返回值
类型:System.Object
Property value.
异常
异常 | 条件 |
---|---|
DacModelException | If the supplied property is not supported on this instance. |