Classe EntityStagingBatch
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Identifies a unique batch awaiting or undergoing entity based staging.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityStagingBatch
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
Inherits DataContractBase
'Utilisation
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
Le type EntityStagingBatch expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingBatch | Infrastructure. Initializes a new instance of the EntityStagingBatch class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
BatchId | Infrastructure. Gets or sets an ID that uniquely identifies the batch. | |
BatchTag | Infrastructure. Gets or sets a user-defined batch tag. | |
EntityId | Infrastructure. Gets or sets the entity the batch is associated with. | |
ErrorView | Infrastructure. Gets or sets the view that contains detailed error results. | |
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
MemberCount | Infrastructure. Gets or sets the total number of members in the batch. | |
MemberType | Infrastructure. Gets or sets the member type the batch is associated with. | |
ProcessedEnd | Infrastructure. Gets or sets the time processing finished for the batch. | |
ProcessedStart | Infrastructure. Gets or sets the time processing started for the batch. | |
RowsInError | Infrastructure. Gets or sets the TotalErrorCount number of rows that contain at least one error. | |
Status | Infrastructure. Gets or sets the current status of the batch. | |
VersionId | Infrastructure. Gets or sets the version the batch was staged into. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.