SqlSmoObject.GetRealValue(Property, Object)
SqlSmoObject.GetRealValue(Property, Object)
SqlSmoObject.GetRealValue(Property, Object)
Method
Definition
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