ServiceClient.ExportViewDelete Method (International, Identifier)

 

Applies To: SQL Server 2016 Preview

Removes the existing export view with the specified identifier.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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 As International,
    Identifier As Identifier
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top