Condividi tramite


Proprietà DataQualityDomain.IsDefault

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value indicating whether this data quality domain is the default domain.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true if this data quality domain is the default domain; otherwise false.

Vedere anche

Riferimento

DataQualityDomain Classe

Spazio dei nomi Microsoft.MasterDataServices