次の方法で共有


Knowledgebase.Domains プロパティ

定義

ナレッジ ベース内のすべてのドメインを指定します。

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ Domains { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataQualityDomain> Domains { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Domains : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataQualityDomain> with get, set
Public Property Domains As IList(Of DataQualityDomain)

プロパティ値

データ品質ドメインのコレクションです。

属性

適用対象