ExportViewCreate メソッド
目的のサブスクリプション ビューを生成または再生成します。
名前空間: Microsoft.MasterDataServices.Services.ServiceContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'使用
Dim instance As IService
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse
returnValue = instance.ExportViewCreate(request)
[OperationContractAttribute]
ExportViewCreateResponse ExportViewCreate(
ExportViewCreateRequest request
)
[OperationContractAttribute]
ExportViewCreateResponse^ ExportViewCreate(
ExportViewCreateRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
function ExportViewCreate(
request : ExportViewCreateRequest
) : ExportViewCreateResponse
パラメーター
- request
型: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateRequest
ExportViewCreate 要求。
戻り値
型: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateResponse
ExportViewCreateResponse。