Share via


TabularColumnDefinition.DomainType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the domain type of the column.

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 TabularColumnDefinition 
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)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.DomainType
The domain type of the column.

See Also

Reference

TabularColumnDefinition Class

Microsoft.MasterDataServices.Services.DataContracts Namespace