Propriété TabularColumnDefinition.DomainType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the domain type of the column.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property DomainType As DomainType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.DomainType
The domain type of the column.
Voir aussi
Référence
TabularColumnDefinition Classe
Espace de noms Microsoft.MasterDataServices.Services.DataContracts