Knowledgebase.Domains 属性

定义

获取或设置 DQS 域的集合。

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

属性值

DQS 域的集合。

属性

适用于