Public Function SubmitAssociateResultsToProject( _ ByVal request As SubmitAssociateResultsToProjectRequest _ ) As SubmitAssociateResultsToProjectResponse
Dim instance As DataSourceManagementServiceClient Dim request As SubmitAssociateResultsToProjectRequest Dim value As SubmitAssociateResultsToProjectResponse value = instance.SubmitAssociateResultsToProject(request)
public SubmitAssociateResultsToProjectResponse SubmitAssociateResultsToProject( SubmitAssociateResultsToProjectRequest request )
Parameters
- request
- Contains a SubmitAssociateResultsToProjectRequest that identifies the Project SID of the Project with which you want to associate the Results, along with the associated Data Source SID, Business Unit SID, and SQL Instance SID.
Return Value
A SubmitAssociateResultsToProjectResponse containing the Activity SID that uniquely identifies the asynchronous web service call that you made to associate the Results with the specified Project.