Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new export (subscription) view.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ExportViewCreate ( _
International As International, _
ExportView As ExportView _
) As OperationResult
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- ExportView
Typ: Microsoft.MasterDataServices.ExportView
The export view that is used to create a new export (subscription) view.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.