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
)
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural setting.
- BatchTag
유형: System.String
The batch the process request is applicable to.
- EntityId
유형: Microsoft.MasterDataServices.Identifier
The entity that the process request is applicable to.
- MemberType
유형: Microsoft.MasterDataServices.MemberType
The member type that the process request is applicable to.
- VersionId
유형: Microsoft.MasterDataServices.Identifier
The batch that is associated with the version ID.
참고 항목
참조
EntityStagingProcessRequest 클래스