DataSource.QueryHints 屬性
Gets or sets a table, view, or join hints within a data source definition.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property QueryHints As String
Get
Set
'用途
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)
屬性值
型別:System.String
A table, view, or join hints within a data source definition.