EntityStagingClearRequest 생성자 (International, Int32, Identifier)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
)
‘사용 방법
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim instance As New EntityStagingClearRequest(International, _
BatchId, ModelId)
public EntityStagingClearRequest(
International International,
int BatchId,
Identifier ModelId
)
public:
EntityStagingClearRequest(
International^ International,
int BatchId,
Identifier^ ModelId
)
new :
International:International *
BatchId:int *
ModelId:Identifier -> EntityStagingClearRequest
public function EntityStagingClearRequest(
International : International,
BatchId : int,
ModelId : Identifier
)
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The client localization information.
- BatchId
유형: System.Int32
The batch identifier.
- ModelId
유형: Microsoft.MasterDataServices.Identifier
The GUID or the exact name of a model.