Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the batch tag to identify the staging batch.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property BatchTag As String
Get
Set
'Utilizzo
Dim instance As EntityStagingProcessRequest
Dim value As String
value = instance.BatchTag
instance.BatchTag = value
[MessageBodyMemberAttribute]
public string BatchTag { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ BatchTag {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member BatchTag : string with get, set
function get BatchTag () : String
function set BatchTag (value : String)
Valore proprietà
Tipo: System.String
The batch tag to identify the staging batch.
Vedere anche
Riferimento
EntityStagingProcessRequest Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts