ServiceClient.IService.ExportViewCreate 메서드
Generates or regenerates the desired subscription views.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Private Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
‘사용 방법
Dim instance As ServiceClient
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse
returnValue = CType(instance, IService).ExportViewCreate(request)
ExportViewCreateResponseIService.ExportViewCreate(
ExportViewCreateRequest request
)
private:
virtual ExportViewCreateResponse^ ExportViewCreate(
ExportViewCreateRequest^ request
) sealed = IService::ExportViewCreate
private abstract ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
private override ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- request
유형: Microsoft.MasterDataServices.ExportViewCreateRequest
The create request.
반환 값
유형: Microsoft.MasterDataServices.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.
구현
IService.ExportViewCreate(ExportViewCreateRequest)