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.
Generates or regenerates the desired subscription views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- request
Typ: Microsoft.MasterDataServices.ExportViewCreateRequest
The create request.
Rückgabewert
Typ: Microsoft.MasterDataServices.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.
Implementiert
IService.ExportViewCreate(ExportViewCreateRequest)