Compartilhar via


WorkflowDataSet classe

A WorkflowDataSet contém informações sobre os fluxos de trabalho do projeto.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcWorkflow.WorkflowDataSet

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class WorkflowDataSet _
    Inherits DataSet
'Uso
Dim instance As WorkflowDataSet
[SerializableAttribute]
public class WorkflowDataSet : DataSet

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

WorkflowDataSet membros

WebSvcWorkflow namespace