Propriedade do RDL DataQualityDomain.IsDefault
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the quality domain is defined as the default domain.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property IsDefault As Boolean
Get
Set
'Uso
Dim instance As DataQualityDomain
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
[DataMemberAttribute]
public bool IsDefault { get; set; }
[DataMemberAttribute]
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)
Valor da propriedade
Tipo: System.Boolean
True if the quality domain is defined as the default domain; otherwise, false.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts