Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the batch identifier.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property BatchId As Integer
Get
Set
'Utilisation
Dim instance As EntityStagingClearRequest
Dim value As Integer
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public int BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchId {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchId : int with get, set
function get BatchId () : int
function set BatchId (value : int)
Valeur de propriété
Type : System.Int32
The batch identifier.
Voir aussi
Référence
EntityStagingClearRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts