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
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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.DomainType
The domain type.

Voir aussi

Référence

DataQualityDomain Classe

Espace de noms Microsoft.MasterDataServices