Поделиться через


Свойство Identifier.InternalId

Gets or sets the internal integer identifier that uniquely identifies an object within a Master Data Services instance.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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
The internal integer identifier.

Замечания

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.

См. также

Справочник

Identifier Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts