다음을 통해 공유


Transaction.Id 속성

Gets or sets the ID of the transaction.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Id As Integer
    Get
    Set
‘사용 방법
Dim instance As Transaction
Dim value As Integer

value = instance.Id

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

속성 값

유형: System.Int32
An integer that represents the ID of the transaction.

참고 항목

참조

Transaction 클래스

Microsoft.MasterDataServices 네임스페이스