SqlSmoObject.GetPropValueOptionalAllowNull(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 if the state is creating or we're in Design Mode (possible NULL) - A call to our OnPropertyMissing method otherwise (possible NULL)
protected internal object GetPropValueOptionalAllowNull (string propName);
member this.GetPropValueOptionalAllowNull : string -> obj
Protected Friend Function GetPropValueOptionalAllowNull (propName As String) As Object
Parameters
- propName
- String