DataSource.QueryHints Property
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
'Declaration
Public Property QueryHints As String
Get
Set
'Usage
Dim instance As DataSource
Dim value As String
value = instance.QueryHints
instance.QueryHints = value
public string QueryHints { get; set; }
public:
property String^ QueryHints {
String^ get ();
void set (String^ value);
}
member QueryHints : string with get, set
function get QueryHints () : String
function set QueryHints (value : String)
Property Value
Type: System.String
A table, view, or join hints within a data source definition.