Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Removes the existing export view with the specified identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ExportViewDelete ( _
International As International, _
Identifier As Identifier _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Identifier As Identifier
Dim returnValue As OperationResult
returnValue = instance.ExportViewDelete(International, _
Identifier)
public OperationResult ExportViewDelete(
International International,
Identifier Identifier
)
public:
OperationResult^ ExportViewDelete(
International^ International,
Identifier^ Identifier
)
member ExportViewDelete :
International:International *
Identifier:Identifier -> OperationResult
public function ExportViewDelete(
International : International,
Identifier : Identifier
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Identifier
Type: Microsoft.MasterDataServices.Identifier
The identifier of the export view to delete.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.