DataSourceFieldMapping.DomainId Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public long DomainId { get; set; }
public:
[DataMemberAttribute]
property long long DomainId {
    long long get();
    void set(long long value);
}
[<DataMemberAttribute>]
member DomainId : int64 with get, set
<DataMemberAttribute>
Public Property DomainId As Long

Property Value

Type: System.Int64

The domain identifier for the data source field mapping.

See Also

DataSourceFieldMapping Class
Microsoft.MasterDataServices Namespace

Return to top