Partilhar via


Propriedade do RDL TabularColumnDefinition.DomainType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the domain type.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property DomainType As DomainType
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.DomainType
The domain type.

Consulte também

Referência

TabularColumnDefinition Classe

Namespace Microsoft.MasterDataServices