共用方式為


DataQualityDomain.Description 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the description for the domain.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Description As String 
    Get 
    Set
'用途
Dim instance As DataQualityDomain 
Dim value As String 

value = instance.Description

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

屬性值

型別:System.String
The description for the domain.

請參閱

參考

DataQualityDomain 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間