Propriété DataSource.QueryHints
Gets or sets a table, view, or join hints within a data source definition.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property QueryHints As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A table, view, or join hints within a data source definition.