DataQualityDomain.IsDefault Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the quality domain is defined as the default domain.

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

Syntax

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

Property Value

Type: System.Boolean

True if the quality domain is defined as the default domain; otherwise, false.

See Also

DataQualityDomain Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top