Proprietà DataSource.QueryHints

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property QueryHints As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A table, view, or join hints within a data source definition.

Vedere anche

Riferimento

DataSource Classe

Spazio dei nomi Microsoft.AnalysisServices