Freigeben über


Knowledgebase.Domains-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a collection of data quality domain.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Domains As IList(Of DataQualityDomain)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

Typ: System.Collections.Generic.IList<DataQualityDomain>
A collection of data quality domain.

Siehe auch

Verweis

Knowledgebase Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace