Compartir a través de


DataQualityDomain.DomainType 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 the domain type.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property DomainType As DomainType 
    Get 
    Set
'Uso
Dim instance As DataQualityDomain 
Dim value As DomainType 

value = instance.DomainType

instance.DomainType = value
[DataMemberAttribute]
public DomainType DomainType { get; set; }
[DataMemberAttribute]
public:
property DomainType DomainType {
    DomainType get ();
    void set (DomainType value);
}
[<DataMemberAttribute>]
member DomainType : DomainType with get, set
function get DomainType () : DomainType 
function set DomainType (value : DomainType)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.DomainType
The domain type.

Vea también

Referencia

DataQualityDomain Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts