AnalysisDataSet class

Represents information about project portfolio analyses.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcPortfolioAnalyses.AnalysisDataSet

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AnalysisDataSet _
    Inherits DataSet
'Usage
Dim instance As AnalysisDataSet
[SerializableAttribute]
public class AnalysisDataSet : DataSet

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AnalysisDataSet members

WebSvcPortfolioAnalyses namespace