Freigeben über


EntityStagingClearRequest-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a request message for specifying the array of batches to clear.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.EntityStagingClearRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "EntityStagingClearRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityStagingClearRequest
'Usage
Dim instance As EntityStagingClearRequest
[MessageContractAttribute(WrapperName = "EntityStagingClearRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityStagingClearRequest
[MessageContractAttribute(WrapperName = L"EntityStagingClearRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityStagingClearRequest
[<MessageContractAttribute(WrapperName = "EntityStagingClearRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityStagingClearRequest =  class end
public class EntityStagingClearRequest

Der EntityStagingClearRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityStagingClearRequest() Infrastruktur Initializes a new instance of the EntityStagingClearRequest class with default values.
Öffentliche Methode EntityStagingClearRequest(International, Int32, Identifier) Infrastruktur Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.

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.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld BatchId Infrastruktur Specifies the batch to set to “pending clear”.
Öffentliches Feld International Infrastruktur Specifies the value indicating whether to use client localization information.
Öffentliches Feld ModelId Infrastruktur Specifies the model ID of the entity.

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-Namespace