この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
列のドメイン型を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.DomainType
列のドメイン型です。