Classe StagingUnbatchedCriteria
Represents the criteria used to identify records to be placed into a new batch.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.StagingUnbatchedCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "StagingUnbatchedCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingUnbatchedCriteria _
Inherits DataContractBase
'Uso
Dim instance As StagingUnbatchedCriteria
[DataContractAttribute(Name = "StagingUnbatchedCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingUnbatchedCriteria : DataContractBase
[DataContractAttribute(Name = L"StagingUnbatchedCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingUnbatchedCriteria : public DataContractBase
[<DataContractAttribute(Name = "StagingUnbatchedCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingUnbatchedCriteria =
class
inherit DataContractBase
end
public class StagingUnbatchedCriteria extends DataContractBase
O tipo StagingUnbatchedCriteria expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
StagingUnbatchedCriteria | Initializes a new instance of the StagingUnbatchedCriteria class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ModelId | Gets or sets the model identifier associated with the unbatched records that will be placed into a new batch. | |
SourceSystemId | Gets or sets the source system identifier associated with the unbatched records that will be placed into a new batch. | |
VersionId | Gets or sets the version identifier associated with the unbatched records that will be placed into a new batch. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
SetProperty<T> | Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts