共用方式為


DataSourceFieldMapping.DomainId 屬性

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

Gets or sets the domain identifier.

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

語法

'宣告
<DataMemberAttribute> _
Public Property DomainId As Long 
    Get 
    Set
'用途
Dim instance As DataSourceFieldMapping 
Dim value As Long 

value = instance.DomainId

instance.DomainId = value
[DataMemberAttribute]
public long DomainId { get; set; }
[DataMemberAttribute]
public:
property long long DomainId {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute>]
member DomainId : int64 with get, set
function get DomainId () : long 
function set DomainId (value : long)

屬性值

型別:System.Int64
The domain identifier.

請參閱

參考

DataSourceFieldMapping 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間