此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the integer that uniquely identifies this data quality ___domain.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Id As Long
Get
Set
用法
Dim instance As DataQualityDomain
Dim value As Long
value = instance.Id
instance.Id = value
[DataMemberAttribute]
public long Id { get; set; }
[DataMemberAttribute]
public:
property long long Id {
long long get ();
void set (long long value);
}
[<DataMemberAttribute>]
member Id : int64 with get, set
function get Id () : long
function set Id (value : long)
属性值
类型:System.Int64
The integer that uniquely identifies this data quality ___domain.