DataQualityDomain.IsDefault 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value that indicates whether the quality domain is defined as the default domain.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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 the quality domain is defined as the default domain; otherwise, false.