SqlSmoObject.GetPropValueOptionalAllowNull(String) Method

Definition

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

Returns

Applies to