AvailablePropertyValueProvider.IsValueAvailable 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.
Checks whether a property value is available. If it is not, the comparison is not performed; else, consider it in the comparison.
public abstract bool IsValueAvailable (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode node, string propName);
abstract member IsValueAvailable : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode * string -> bool
Public MustOverride Function IsValueAvailable (node As ISfcSimpleNode, propName As String) As Boolean
Parameters
- node
- ISfcSimpleNode
- propName
- String