PmService Members (Microsoft.PerformancePoint.Scorecards.Server)

Represents the PerformancePoint Monitoring Web service used by the client to author dashboard objects.

The following tables list the members exposed by the PmService type.

Public Constructors

  Name Description
Public method PmService Initializes a new instance of the PmService class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Application  (inherited from WebService)
Public property Container  (inherited from MarshalByValueComponent)
Public property Context  (inherited from WebService)
Public property DesignMode  (inherited from MarshalByValueComponent)
Public property Server  (inherited from WebService)
Public property Session  (inherited from WebService)
Public property Site  (inherited from MarshalByValueComponent)
Public property SoapVersion  (inherited from WebService)
Public property User  (inherited from WebService)

Top

Protected Properties

  Name Description
Protected property Events  (inherited from MarshalByValueComponent)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method AddUserToServerRole Adds the membership to the assigned role. The SID property will be populated if blank.
Public method CreateAnnotation Creates an annotation.
Public method CreateDashboard Creates a new dashboard.
Public method CreateDataSource Creates a new data source.
Public method CreateIndicator Creates a new indicator.
Public method CreateKpi Creates a new KPI.
Public method CreateReportView Creates a new report view.
Public method CreateScorecard Creates a new scorecard.
Public method DeleteAnnotation Deletes an annotation.
Public method DeleteDashboard Deletes a dashboard.
Public method DeleteDataSource Deletes a data source.
Public method DeleteIndicator Deletes an indicator.
Public method DeleteKpi Deletes a KPI.
Public method DeleteReportView Deletes a report view.
Public method DeleteScorecard Deletes a scorecard.
Public method Dispose  Overloaded. (inherited from MarshalByValueComponent)
Public method Equals  Overloaded. (inherited from Object)
Public method ForecastCell The main method for the forecast module.
Public method GenerateView Generates a scorecard view with the specified parameters.
Public method GenerateViewDirect Generates a view based on a ConfiguredView object.
Public method GetAllAnnotationsByScorecardID Gets all annotations for a specific scorecard.
Public method GetAnalyticReport Gets the customData of an analytic reportView object.
Public method GetAnalyticReportView Gets the full FCO of a reportView object.
Public method GetAnnotation Gets a specified annotation.
Public method GetAnnotationByID Gets an annotation by its ID.
Public method GetAnnotationSetting Gets the annotation settings.
Public method GetAsKpis Gets the imported KPIs from Analysis Services (without publishing).
Public method GetCube Gets the cube of a data source.
Public method GetCubeFromDataSource Gets the cube represented by the data source.
Public method GetCubeMetaData Gets the dimensions, hierarchies, levels, named sets, and measures in a cube.
Public method GetCubeNameInfos Gets cube name information from a database.
Public method GetDashboard Gets the latest version of a dashboard object.
Public method GetDashboardHistory Gets a collection of all versions of a dashboard.
Public method GetDashboards Gets all dashboards that the caller has access to.
Public method GetDatabaseNamesFromDataSource Gets all databases that are available on a data source server.
Public method GetDataSource Gets data sources.
Public method GetDataSourceHistory Gets a collection of all versions of the data source.
Public method GetDataSources Gets all data sources that the caller has access to.
Public method GetDataSourceVariableMembers Gets a dataset of available data source variable values.
Public method GetDataSourceVariables Gets a list of data source variables.
Public method GetDimensions Gets all dimensions of a data source.
Public method GetDimensionsFromDataSource Gets the dimensions of a data source.
Public method GetHashCode  (inherited from Object)
Public method GetIndicator Gets the latest version of an indicator object.
Public method GetIndicatorHistory Gets a collection of all versions of the indicator.
Public method GetIndicators Gets all indicators in the system that the caller has access to.
Public method GetKpi Gets the latest version of the KPI.
Public method GetKpiHistory Gets a collection of all versions of the KPI.
Public method GetKpis Gets all KPIs in the system that the caller has access to.
Public method GetKpisFromScorecard Gets the KPIs for a specified scorecard.
Public method GetLatestAnalyticReportVersion Gets the latest version of the analytic report.
Public method GetMdx Gets the MDX from a reportView object.
Public method GetParameterDisplayData Gets filter display data for the begin point.
Public method GetParameterMessageData Gets the filter message data for the endpoint.
Public method GetPreviewDataSet Gets the dataset preview.
Public method GetReportView Gets the latest version of a reportView object.
Public method GetReportViewHistory Gets a collection of all versions of a reportView.
Public method GetReportViews Gets all reportViews in the system that the caller has access to.
Public method GetScorecard Gets the latest version of a scorecard.
Public method GetScorecardHistory Gets a collection of all versions of a scorecard.
Public method GetScorecards Gets all scorecards in the system that the caller has access to.
Public method GetService  (inherited from MarshalByValueComponent)
Public method GetSettings Gets the global server settings.
Public method GetSidFromLogin Obtains the SID that corresponds to the passed (Login) string from the server.
Public method GetType  (inherited from Object)
Public method GetUsersForServerRole Gets the logins for a supplied role.
Public method GetVersionInfos Fills in the version for each VersionInfo in the collection. If the item does not exist, then the version is set to zero.
Public method IsUserInServerRole Checks to see if the calling user is in a supplied role.
Public method QueryChildMembers Gets the children of a member or dimension.
Public method QueryChildMembersByRange Gets a subset of the children of a member or dimension.
Public method QueryChildMembersByRangeFromDataSource Gets a subset of the children of a member or dimension.
Public method QueryChildMembersFromDataSource Gets the children of a member or dimension.
Public method QueryDimensionRootMembers Gets the root members of a dimension.
Public method QueryDimensionRootMembersFromDataSource Gets the root members of a dimension.
Public method QueryNamedSets Queries the list of available named sets on a data source.
Public method QueryNamedSetsFromDataSource Queries the list of available named sets on a data source.
Public method QueryRelatedMember Gets the relatives of a member.
Public method QueryRelatedMemberFromDataSource Gets the relatives of a member.
Public method QueryTimeIntelligence Gets a member for a data source, current time, and Time Intelligence formula.
Public method QueryTimeIntelligenceDirect Gets a member for a data source, current time, and Time Intelligence formula.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method RemoveUserFromServerRole Removes the login from the assigned role. The SID property will be populated if blank.
Public method SaveTemporaryAnalyticReport Save or update a temporary analytic report.
Public method TestConnection Tests the connection to a data source.
Public method ToString  (inherited from MarshalByValueComponent)
Public method TrimAnnotationByOwner Trims annotations from the database by owner.
Public method TrimAnnotationByScorecardID Trims annotations from the database by scorecard ID.
Public method TrimAnnotationUntouchedSince Trims annotations that have not been modified since a specified date.
Public method UpdateAnnotation Updates an annotation instance.
Public method UpdateAnnotationSetting Updates annotation settings.
Public method UpdateSettings Updates the server settings. Only the value field can be updated.
Public method ValidateKpi Validates a KPI.
Public method ValidateScorecard Validates a scorecard.

Top

Protected Methods

  Name Description
Protected method Dispose  Overloaded. (inherited from MarshalByValueComponent)
Protected method Finalize  (inherited from MarshalByValueComponent)
Protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
Public event Disposed  (inherited from MarshalByValueComponent)

Top

See Also

Reference

PmService Class
Microsoft.PerformancePoint.Scorecards.Server Namespace