SqlSmoObject.GetRealValue 方法
Gets a property value of the SqlSmoObject object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Function GetRealValue ( _
prop As Property, _
oldValue As Object _
) As Object
用法
Dim prop As [Property]
Dim oldValue As Object
Dim returnValue As Object
returnValue = Me.GetRealValue(prop, _
oldValue)
protected Object GetRealValue(
Property prop,
Object oldValue
)
protected:
Object^ GetRealValue(
Property^ prop,
Object^ oldValue
)
member GetRealValue :
prop:Property *
oldValue:Object -> Object
protected function GetRealValue(
prop : Property,
oldValue : Object
) : Object
参数
- prop
类型:Microsoft.SqlServer.Management.Smo.Property
A Property object.
- oldValue
类型:System.Object
An Object that represents the old value.
返回值
类型:System.Object
An Object representing the property value.