Właściwość StagingBatchInformation.VersionId
Pobiera lub ustawia identyfikator wersja.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property VersionId As Integer
Get
Set
'Użycie
Dim instance As StagingBatchInformation
Dim value As Integer
value = instance.VersionId
instance.VersionId = value
[DataMemberAttribute]
public int VersionId { get; set; }
[DataMemberAttribute]
public:
property int VersionId {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member VersionId : int with get, set
function get VersionId () : int
function set VersionId (value : int)
Wartość właściwości
Typ: System.Int32
Liczbę całkowitą reprezentującą identyfikator wersja.
Zobacz także