Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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>)
Property Value
Type: System.Collections.Generic.IList<DataQualityDomain>
A collection of data quality domain.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace