Partager via


Propriété DataQualityDomain.DomainType

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

DataQualityDomain Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts