AvailablePropertyValueProvider.IsValueAvailable Method

Definition

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

propName
String

Returns

Applies to