StagingBatch-Klasse
Represents a container used to store all the staging batch information.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.StagingBatch
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "StagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatch _
Inherits DataContractBase
'Usage
Dim instance As StagingBatch
[DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatch : DataContractBase
[DataContractAttribute(Name = L"StagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatch : public DataContractBase
[<DataContractAttribute(Name = "StagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatch =
class
inherit DataContractBase
end
public class StagingBatch extends DataContractBase
Der StagingBatch-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StagingBatch | Initializes a new instance of the StagingBatch class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
BatchId | Gets or sets the identifier of the batch. | |
Errors | Gets or sets the related errors in the batch. | |
Information | Gets or sets the informational data for the batch. | |
Members | Gets or sets the members(data) in the batch. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetProperty<T> | Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace