EntityStagingProcessRequest 构造函数 (International, String, Identifier, MemberType, Identifier)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Sub New ( _
    International As International, _
    BatchTag As String, _
    EntityId As Identifier, _
    MemberType As MemberType, _
    VersionId As Identifier _
)
用法
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
)

参数

  • BatchTag
    类型:System.String
    The batch the process request is applicable to.

请参阅

参考

EntityStagingProcessRequest 类

EntityStagingProcessRequest 重载

Microsoft.MasterDataServices 命名空间