Freigeben über


DataQualityDomain.IsDefault-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

'Declaration
<DataMemberAttribute> _
Public Property IsDefault As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

DataQualityDomain Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace