Share via


DataSource Members (Microsoft.PerformancePoint.Scorecards)

Represents a data source.

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

Public Constructors

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

Top

Public Fields

  Name Description
Public fieldStatic UniqueDescriptionId  Constant and unique property name for the element description. (inherited from Element)
Public fieldStatic UniqueNameId  Constant and unique property name for the element name. (inherited from Element)
Public fieldStatic UniqueOwnerId  Constant and unique property name for the element owner. (inherited from Element)

Top

Public Properties

  Name Description
Public property Comments  The collection of comments on the element. (inherited from Element)
Public property ConnectionString The connection string.
Public property CreatedBy  The user who created this version of the object. (inherited from FirstClassElement)
Public property CreatedDate  The date this version of the object was created. (inherited from FirstClassElement)
Public property CubeDisplayName The cube display name.
Public property CubeName The cube name.
Public property CustomData The custom data for this data source.
Public property CustomTimeIntelligenceSettings The custom Time Intelligence settings for this data source.
Public property DatabaseName The database name.
Public property DataTableMapping The DataTableMapping data for this data source.
Public property Description  A long description of the element. (inherited from Element)
Public property Folder  The folder that the property belongs to. In the form of "folder1\subfolder2\subfolder3". (inherited from FirstClassElement)
Public property Guid  The ID that uniquely defines the first class element. (inherited from Element)
Public property Memberships  The membership information of the first class object. (inherited from FirstClassElement)
Public property MinutesToCache Specifies the time in minutes to keep scorecards that use this data source in the view cache.
Public property Name  The display name of the element. (inherited from Element)
Public property Owner  The owner of the element. (inherited from Element)
Public property Properties  The collection of properties for this element. (inherited from Element)
Public property ReadOnly The read-only flag.
Public property Roles The role to use when connecting.
Public property ServerMajorVersion The major version of the data source.
Public property ServerName The server name.
Public property SourceName The type of data source.
Public property UseConnectionString If true, the ConnectionString property is used to connect to the data source.
Public property Version  The version information of the first class object. (inherited from FirstClassElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CheckAccess  (inherited from FirstClassElement)
Public method Clone Overridden. Returns a deep copy of this object.
Public method CompareTo  (inherited from Element)
Public method CopyFrom Overridden. Used by inherited classes to perform a deep clone.
Public methodStatic CreateNew Creates a new data source initialized with a random GUID.
Public method Diff Overridden. Compares this object with another object and returns the differences.
Public method Equals Overloaded.  
Public method FillInSids  Looks up and caches the security IDs for each membership item that pertains to this element. (inherited from FirstClassElement)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method RunQuery Queries the data source.
Public method ToString  (inherited from Object)
Public method Validate Overridden. Validates this object.
Public methodStatic ValidateFolder  (inherited from FirstClassElement)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

DataSource Class
Microsoft.PerformancePoint.Scorecards Namespace