DataQualityDomain.DomainType-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the domain type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DomainType As DomainType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.DomainType
The domain type.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace