SqlSmoObject.GetPropValue(String) 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.
Retrieve the property value from : - The property bag directly if property is available (dirty or retrieved) - A call to our OnPropertyMissing method otherwise
Will throw an exception if the property value is NULL in either case.
protected internal object GetPropValue (string propName);
member this.GetPropValue : string -> obj
Protected Friend Function GetPropValue (propName As String) As Object
Parameters
- propName
- String