Classe EntityStagingGetRequest
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the input message contract for the EntityStagingGet service call.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.EntityStagingGetRequest
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "EntityStagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingGetRequest
'Utilisation
Dim instance As EntityStagingGetRequest
[MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingGetRequest
[MessageContractAttribute(WrapperName = L"EntityStagingGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingGetRequest
[<MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingGetRequest = class end
public class EntityStagingGetRequest
Le type EntityStagingGetRequest expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EntityStagingGetRequest() | Infrastructure. Initializes a new instance of the EntityStagingGetRequest class. | |
EntityStagingGetRequest(International, EntityStagingGetCriteria) | Infrastructure. Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
GetCriteria | Infrastructure. Specifies the criteria to use to get entity staging batches. | |
International | Infrastructure. The cultural setting. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.