Knowledgebase.Domains 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a collection of data quality ___domain.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Domains As IList(Of DataQualityDomain)
    Get 
    Set
用法
Dim instance As Knowledgebase 
Dim value As IList(Of DataQualityDomain)

value = instance.Domains

instance.Domains = value
[DataMemberAttribute]
public IList<DataQualityDomain> Domains { get; set; }
[DataMemberAttribute]
public:
property IList<DataQualityDomain^>^ Domains {
    IList<DataQualityDomain^>^ get ();
    void set (IList<DataQualityDomain^>^ value);
}
[<DataMemberAttribute>]
member Domains : IList<DataQualityDomain> with get, set
function get Domains () : IList<DataQualityDomain>
function set Domains (value : IList<DataQualityDomain>)

属性值

类型:System.Collections.Generic.IList<DataQualityDomain>
A collection of data quality ___domain.

请参阅

参考

Knowledgebase 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间