Knowledgebase.Domains 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定知識庫中的所有網域。
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)
屬性值
資料品質網域的集合。
- 屬性