Public Function GetCustomBoundaries( _ ByVal request As GetCustomBoundariesRequest _ ) As GetCustomBoundariesResponse
Dim instance As ExposureConcentrationAnalysisServiceClient Dim request As GetCustomBoundariesRequest Dim value As GetCustomBoundariesResponse value = instance.GetCustomBoundaries(request)
public GetCustomBoundariesResponse GetCustomBoundaries( GetCustomBoundariesRequest request )
Parameters
- request
- Contains a GetCustomBoundariesRequest that identifies the Business Unit SID and SQL Instance SID for which you want to retrieve the available custom boundaries.
Return Value
A GetCustomBoundariesResponse containing all the existing CustomBoundaries associated with the Touchstone BU specified in the request job.