Public Function DeleteLayer( _ ByVal request As DeleteLayerRequest _ ) As DeleteLayerResponse
Dim instance As ExposureManagementServiceClient Dim request As DeleteLayerRequest Dim value As DeleteLayerResponse value = instance.DeleteLayer(request)
public DeleteLayerResponse DeleteLayer( DeleteLayerRequest request )
Parameters
- request
- Contains a DeleteLayerRequest that identifies the Touchstone-generated Layer Sequential Identifier (SID) of the Layer that you want to delete, along with the associated Data Source SID, Business Unit SID, and SQL Instance SID.
Return Value
A DeleteLayerResponse containing the Status of the Layer deletion.