共用方式為


DataSourceFieldMapping.DomainId 屬性

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

Gets or sets the domain identifier for the data source field mapping.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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 for the data source field mapping.

請參閱

參考

DataSourceFieldMapping 類別

Microsoft.MasterDataServices 命名空間