ValidationProcessOptions.ReturnValidationResults Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether validation results should be returned after validation.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public bool ReturnValidationResults { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool ReturnValidationResults {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ReturnValidationResults : bool with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ReturnValidationResults As Boolean

Property Value

Type: System.Boolean

true if validation results should be returned; otherwise, false.

See Also

ValidationProcessOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top