ValidationProcessOptions.CommitVersion Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the version being validated should be committed after validation.

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

Syntax

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

Property Value

Type: System.Boolean

true if the version should be committed; otherwise, false.

See Also

ValidationProcessOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top