Share via


Knowledgebase.Domains Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the collection of DQS domains.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Domains As Collection(Of DataQualityDomain)
    Get
    Set
'Usage
Dim instance As Knowledgebase
Dim value As Collection(Of DataQualityDomain)

value = instance.Domains

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

Property Value

Type: System.Collections.ObjectModel.Collection<DataQualityDomain>
The collection of DQS domains.

See Also

Reference

Knowledgebase Class

Microsoft.MasterDataServices Namespace