SqlSmoObject.GetPropValue(String) Method

Definition

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

Returns

Applies to