ExportViewCreate 메서드
Generates or regenerates desired subscription views.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
‘사용 방법
Dim instance As ServiceClient
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse
returnValue = instance.ExportViewCreate(request)
public ExportViewCreateResponse ExportViewCreate(
ExportViewCreateRequest request
)
public:
virtual ExportViewCreateResponse^ ExportViewCreate(
ExportViewCreateRequest^ request
) sealed
abstract ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
override ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
public final function ExportViewCreate(
request : ExportViewCreateRequest
) : ExportViewCreateResponse
매개 변수
- request
유형: Microsoft.MasterDataServices. . :: . .ExportViewCreateRequest
The create request.
반환 값
유형: Microsoft.MasterDataServices. . :: . .ExportViewCreateResponse
An ExportViewCreateResponse.