Compartir a través de


DataQualityDomain.IsDefault Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property IsDefault As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DataQualityDomain Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts