DataSource.QueryHints Property

Definition

Gets or sets a table, view, or join hints within a data source definition.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSource_QueryHints")]
public string QueryHints { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSource_QueryHints")>]
member this.QueryHints : string with get, set
Public Property QueryHints As String

Property Value

String

A table, view, or join hints within a data source definition.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to