Свойство DataQualityDomain.IsDefault

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property IsDefault As Boolean 
    Get 
    Set
'Применение
Dim instance As DataQualityDomain 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
[DataMemberAttribute]
public bool IsDefault { get; set; }
[DataMemberAttribute]
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsDefault : bool with get, set
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

Значение свойства

Тип: System.Boolean
True if the quality domain is defined as the default domain; otherwise, false.

См. также

Справочник

DataQualityDomain Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts