Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
BatchTag As String, _
EntityId As Identifier, _
MemberType As MemberType, _
VersionId As Identifier _
)
'Utilisation
Dim International As International
Dim BatchTag As String
Dim EntityId As Identifier
Dim MemberType As MemberType
Dim VersionId As Identifier
Dim instance As New EntityStagingProcessRequest(International, _
BatchTag, EntityId, MemberType, VersionId)
public EntityStagingProcessRequest(
International International,
string BatchTag,
Identifier EntityId,
MemberType MemberType,
Identifier VersionId
)
public:
EntityStagingProcessRequest(
International^ International,
String^ BatchTag,
Identifier^ EntityId,
MemberType MemberType,
Identifier^ VersionId
)
new :
International:International *
BatchTag:string *
EntityId:Identifier *
MemberType:MemberType *
VersionId:Identifier -> EntityStagingProcessRequest
public function EntityStagingProcessRequest(
International : International,
BatchTag : String,
EntityId : Identifier,
MemberType : MemberType,
VersionId : Identifier
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural setting.
- BatchTag
Type : System.String
The batch the process request is applicable to.
- EntityId
Type : Microsoft.MasterDataServices.Identifier
The entity that the process request is applicable to.
- MemberType
Type : Microsoft.MasterDataServices.MemberType
The member type that the process request is applicable to.
- VersionId
Type : Microsoft.MasterDataServices.Identifier
The batch that is associated with the version ID.
Voir aussi
Référence
EntityStagingProcessRequest Classe