ServiceClient.ExportViewCreate 方法
Creates a new export (subscription) view.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function ExportViewCreate ( _
International As International, _
ExportView As ExportView _
) As OperationResult
用法
Dim instance As ServiceClient
Dim International As International
Dim ExportView As ExportView
Dim returnValue As OperationResult
returnValue = instance.ExportViewCreate(International, _
ExportView)
public OperationResult ExportViewCreate(
International International,
ExportView ExportView
)
public:
OperationResult^ ExportViewCreate(
International^ International,
ExportView^ ExportView
)
member ExportViewCreate :
International:International *
ExportView:ExportView -> OperationResult
public function ExportViewCreate(
International : International,
ExportView : ExportView
) : OperationResult
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
类型:Microsoft.MasterDataServices.ExportView
The export view that is used to create a new export (subscription) view.
返回值
类型:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.