此 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.