Freigeben über


StagingUnbatchedCriteria-Klasse

Represents the criteria used to identify records to be placed into a new batch.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.StagingUnbatchedCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "StagingUnbatchedCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingUnbatchedCriteria _
    Inherits DataContractBase
'Usage
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

Der StagingUnbatchedCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode StagingUnbatchedCriteria Initializes a new instance of the StagingUnbatchedCriteria class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ModelId Gets or sets the model identifier associated with the unbatched records that will be placed into a new batch.
Öffentliche Eigenschaft SourceSystemId Gets or sets the source system identifier associated with the unbatched records that will be placed into a new batch.
Öffentliche Eigenschaft VersionId Gets or sets the version identifier associated with the unbatched records that will be placed into a new batch.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Öffentliche Methode 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