共用方式為


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 命名空間