Freigeben über


DataSourceFieldMapping.DomainId-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DomainId As Long
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Int64
The domain identifier for the data source field mapping.

Siehe auch

Verweis

DataSourceFieldMapping Klasse

Microsoft.MasterDataServices-Namespace