ValidationSummaryItem.Status Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the status of the validation process at any given moment during the validation process.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public ValidationStatus Status { get; set; }
public:
[DataMemberAttribute]
property ValidationStatus Status {
    ValidationStatus get();
    void set(ValidationStatus value);
}
[<DataMemberAttribute>]
member Status : ValidationStatus with get, set
<DataMemberAttribute>
Public Property Status As ValidationStatus

Property Value

Type: Microsoft.MasterDataServices.ValidationStatus

One of the values of ValidationStatus. Possible values are AwaitingDependentMemberRevalidation, AwaitingLevelRecalculation, AwaitingRevalidation, NewAwaitingValidation, Validating, ValidationFailed, and Validation Succeeded.

See Also

ValidationSummaryItem Class
Microsoft.MasterDataServices Namespace

Return to top