DataSource.QueryHints Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
public string QueryHints { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
property String^ QueryHints {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
member QueryHints : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
Public Property QueryHints As String

Property Value

Type: System.String

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

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top