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 indicating whether this data quality domain is the default domain.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 this data quality domain is the default domain; otherwise false.

Vea también

Referencia

DataQualityDomain Clase

Espacio de nombres Microsoft.MasterDataServices