QueryPartitionSource Class

 

Updated: May 24, 2016

Provides a query in the native query language of the external data source used to retrieve a slice of data for a single partition.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::PartitionSource
    Microsoft.AnalysisServices.Tabular::QueryPartitionSource

public ref class QueryPartitionSource : PartitionSource

NameDescription
System_CAPS_pubmethodQueryPartitionSource()

The data source used in the query.

NameDescription
System_CAPS_pubpropertyDataSource

Gets or sets a named object specifying a connection string to an external data source that provides data to the model. See https://msdn.microsoft.com/library/gg492165.aspx for a list of supported data sources.

System_CAPS_pubpropertyPartition

Gets or sets an accessor that returns a Partition object. (Inherited from PartitionSource.)

System_CAPS_pubpropertyQuery

Gets or sets a query assigned to a partition, providing a slice of the dataset stored in the partition.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: