Condividi tramite


Proprietà TabularColumnDefinition.DomainType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the domain type.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property DomainType As DomainType
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.MasterDataServices.DomainType
The domain type.

Vedere anche

Riferimento

TabularColumnDefinition Classe

Spazio dei nomi Microsoft.MasterDataServices