Click or drag to resize
BlendingSourceDefinition Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that defines a source data table for a blending query.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineBlendingSourceDefinition

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BlendingSourceDefinition : BlendingSourceDefinition_BlendingSourceDefinition, 
	ISerializable

The BlendingSourceDefinition type exposes the following members.

Constructors
  NameDescription
Public methodBlendingSourceDefinition
Initializes a new instance of the BlendingSourceDefinition class
Top
Methods
Fields
Properties
  NameDescription
Public propertyBlendingSourceRefreshType
Gets and sets a property that determines when the source data table will be refreshed
Public propertyBlendingSourceType
Gets and sets a property that indicates how the source data table will be derived
Public propertyName
Gets a name that identifies this blending source
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyQuery
Gets and sets a query object that is used to provide a source data table for the blending query
Public propertyQueryDataSetName
Gets and Sets the name of the dataset returned by the query
Public propertyQueryID
Gets and Sets the Unique ID of the query
Top
See Also