Touchstone 11.0 API Reference
CompletenessRuleSetSid Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > ValidationOptions Class : CompletenessRuleSetSid Property
(Required) Contains the Completeness Rule Set Sequential Identifier (SID), which uniquely identifies the Completeness Rule Set that Touchstone® should use when performing data validation during a Data Quality Analysis.
Syntax
Public Property CompletenessRuleSetSid As Nullable(Of Integer)
Dim instance As ValidationOptions
Dim value As Nullable(Of Integer)
 
instance.CompletenessRuleSetSid = value
 
value = instance.CompletenessRuleSetSid
public Nullable<int> CompletenessRuleSetSid {get; set;}
Remarks
Completeness Rules enable you to observe where your exposure data is missing key information. Specifically, you can configure the Completeness Rules to evaluate the following attributes:
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValidationOptions Class
ValidationOptions Members