Freigeben über


EntityStagingLoadRequest-Klasse

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

Represents the entity staging load members request message contract.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.EntityStagingLoadRequest

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

Syntax

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

Der EntityStagingLoadRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityStagingLoadRequest() Infrastruktur Initializes a new instance of the EntityStagingLoadRequest class.
Öffentliche Methode EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean) Infrastruktur Initializes a new instance of the EntityStagingLoadRequest class.

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 BatchTag Infrastruktur Specifies the batch tag to identify the staging batch.
Öffentliches Feld ImportType Infrastruktur Specifies the import type being staged.
Öffentliches Feld International Infrastruktur Specifies the cultural setting.
Öffentliches Feld ModelMembers Infrastruktur Specifies the model members to load.
Öffentliches Feld QueueForProcessing Infrastruktur Indicates if the staging batches created during this load should be set queued to be process.

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