Public Function SubmitDeleteExposureSet( _ ByVal request As SubmitDeleteExposureSetRequest _ ) As SubmitDeleteExposureSetResponse
Dim instance As DataSourceManagementServiceClient Dim request As SubmitDeleteExposureSetRequest Dim value As SubmitDeleteExposureSetResponse value = instance.SubmitDeleteExposureSet(request)
public SubmitDeleteExposureSetResponse SubmitDeleteExposureSet( SubmitDeleteExposureSetRequest request )
Parameters
- request
- Contains a SubmitDeleteExposureSetRequest that identifies the Touchstone-generated Exposure Set Sequential Identifier (SID) of the Exposure Set that you want to delete, along with the associated Data Source SID, Business Unit SID, and SQL Instance SID.
Return Value
A SubmitDeleteExposureSetResponse containing the Activity SID that uniquely identifies the asynchronous web service call that you made to delete the specified Exposure Set.