Clase StagingBatchError
Specifies a process error that is associated with a member in a staging batch.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices..::..StagingBatchError
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchError _
Implements IExtensibleDataObject
'Uso
Dim instance As StagingBatchError
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchError : IExtensibleDataObject
[DataContractAttribute(Name = L"StagingBatchError", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchError : IExtensibleDataObject
[<DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchError =
class
interface IExtensibleDataObject
end
public class StagingBatchError implements IExtensibleDataObject
El tipo StagingBatchError expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
StagingBatchError | Initializes a new instance of the StagingBatchError class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AttributeId | Gets or sets the ID of the attribute that is being updated. | |
EntityId | Gets or sets the ID of the entity that is being updated. | |
ErrorCode | Gets or sets the error code that is associated with the error. | |
ExtensionData | Gets or sets an object that contains extra data. | |
HierarchyId | Gets or sets the ID of the hierarchy that is being updated. | |
MemberId | Gets or sets the ID of the attribute that is being updated. | |
Message | Gets or sets a description of the error. | |
TargetCode | Gets or sets the target code. | |
TargetType | Gets or sets the target type. | |
VersionId | Gets or sets the ID of the version being updated. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.