DataQualityDomain.IsDefault 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets a value indicating whether this data quality ___domain is the default ___domain.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IsDefault As Boolean
    Get
    Set
用法
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)

属性值

类型:System.Boolean
true if this data quality ___domain is the default ___domain; otherwise false.

请参阅

参考

DataQualityDomain 类

Microsoft.MasterDataServices 命名空间