EntityStagingLoadRequest Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the entity staging load members request message contract.
Inheritance Hierarchy
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
The EntityStagingLoadRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityStagingLoadRequest() | Infrastructure. Initializes a new instance of the EntityStagingLoadRequest class. | |
EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean) | Infrastructure. Initializes a new instance of the EntityStagingLoadRequest class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
BatchTag | Infrastructure. Specifies the batch tag to identify the staging batch. | |
ImportType | Infrastructure. Specifies the import type being staged. | |
International | Infrastructure. Specifies the cultural setting. | |
ModelMembers | Infrastructure. Specifies the model members to load. | |
QueueForProcessing | Infrastructure. Indicates if the staging batches created during this load should be set queued to be process. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.