Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Identifies a unique batch awaiting or undergoing entity based staging.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityStagingBatch
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
Inherits DataContractBase
'Usage
Dim instance As EntityStagingBatch
[DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatch : DataContractBase
[DataContractAttribute(Name = L"EntityStagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityStagingBatch : public DataContractBase
[<DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatch =
class
inherit DataContractBase
end
public class EntityStagingBatch extends DataContractBase
Der EntityStagingBatch-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
EntityStagingBatch | Infrastruktur Initializes a new instance of the EntityStagingBatch class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
BatchId | Infrastruktur Gets or sets an ID that uniquely identifies the batch. |
![]() |
BatchTag | Infrastruktur Gets or sets a user-defined batch tag. |
![]() |
EntityId | Infrastruktur Gets or sets the entity the batch is associated with. |
![]() |
ErrorView | Infrastruktur Gets or sets the view that contains detailed error results. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.) |
![]() |
MemberCount | Infrastruktur Gets or sets the total number of members in the batch. |
![]() |
MemberType | Infrastruktur Gets or sets the member type the batch is associated with. |
![]() |
ProcessedEnd | Infrastruktur Gets or sets the time processing finished for the batch. |
![]() |
ProcessedStart | Infrastruktur Gets or sets the time processing started for the batch. |
![]() |
RowsInError | Infrastruktur Gets or sets the TotalErrorCount number of rows that contain at least one error. |
![]() |
Status | Infrastruktur Gets or sets the current status of the batch. |
![]() |
VersionId | Infrastruktur Gets or sets the version the batch was staged into. |
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.) |
![]() |
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.
.gif)
.gif)
.gif)