SqlSmoObject.GetRealValue(Property, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the real value for the property.
protected object GetRealValue (Microsoft.SqlServer.Management.Smo.Property prop, object oldValue);
member this.GetRealValue : Microsoft.SqlServer.Management.Smo.Property * obj -> obj
Protected Function GetRealValue (prop As Property, oldValue As Object) As Object
Parameters
- prop
- Property
The property object
- oldValue
- Object