共用方式為


InternalId 屬性

Gets or sets an integer ID that uniquely identifies an object within an MDS instance.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute(Order := , IsRequired := False)> _
Public Property InternalId As Integer
    Get
    Set
'用途
Dim instance As Identifier
Dim value As Integer

value = instance.InternalId

instance.InternalId = value
[DataMemberAttribute(Order = , IsRequired = false)]
public int InternalId { get; set; }
[DataMemberAttribute(Order = , IsRequired = false)]
public:
property int InternalId {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(Order = , IsRequired = false)>]
member InternalId : int with get, set
function get InternalId () : int
function set InternalId (value : int)

屬性值

型別:System. . :: . .Int32
An integer representing the ID.

備註

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible; use the Id property instead.