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