Partager via


Propriété DataQualityDomain.IsDefault

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property IsDefault As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DataQualityDomain Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts