Compartir a través de


(Guid, String, String) del método WorkflowDataSet.WorkflowAssociationDataTable.AddWorkflowAssociationRow

Agrega un objeto WorkflowAssociationRow a la by WorkflowAssociationDataTablemediante parámetros independientes.

Espacio de nombres:  WebSvcWorkflow
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function AddWorkflowAssociationRow ( _
    WORKFLOW_ASSOCIATION_UID As Guid, _
    WORKFLOW_ASSOCIATION_NAME As String, _
    WORKFLOW_ASSOCIATION_DESCRIPTION As String _
) As WorkflowDataSet.WorkflowAssociationRow
'Uso
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim WORKFLOW_ASSOCIATION_UID As Guid
Dim WORKFLOW_ASSOCIATION_NAME As String
Dim WORKFLOW_ASSOCIATION_DESCRIPTION As String
Dim returnValue As WorkflowDataSet.WorkflowAssociationRow

returnValue = instance.AddWorkflowAssociationRow(WORKFLOW_ASSOCIATION_UID, _
    WORKFLOW_ASSOCIATION_NAME, WORKFLOW_ASSOCIATION_DESCRIPTION)
public WorkflowDataSet.WorkflowAssociationRow AddWorkflowAssociationRow(
    Guid WORKFLOW_ASSOCIATION_UID,
    string WORKFLOW_ASSOCIATION_NAME,
    string WORKFLOW_ASSOCIATION_DESCRIPTION
)

Parámetros

  • WORKFLOW_ASSOCIATION_UID
    Tipo: System.Guid

    Contiene el GUID de asociación de flujo de trabajo.

  • WORKFLOW_ASSOCIATION_NAME
    Tipo: System.String

    Contiene el nombre de la asociación de flujo de trabajo.

  • WORKFLOW_ASSOCIATION_DESCRIPTION
    Tipo: System.String

    Contiene la descripción de la asociación de flujo de trabajo.

Valor devuelto

Tipo: WebSvcWorkflow.WorkflowDataSet.WorkflowAssociationRow

Comentarios

En general, los desarrolladores deben usar la sobrecarga de AddWorkflowAssociationRow .

Vea también

Referencia

clase WorkflowDataSet.WorkflowAssociationDataTable

Miembros WorkflowDataSet.WorkflowAssociationDataTable

Sobrecarga AddWorkflowAssociationRow

Espacio de nombres WebSvcWorkflow