共用方式為


TabularColumnDefinition.DomainType 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the domain type.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property DomainType As DomainType
    Get
    Set
'用途
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)

屬性值

型別:Microsoft.MasterDataServices.DomainType
The domain type.

請參閱

參考

TabularColumnDefinition 類別

Microsoft.MasterDataServices 命名空間