IQueryBinding 介面

定義

代表可定義查詢繫結的衍生資料類型。

[System.Runtime.InteropServices.Guid("3C586F85-9994-4FDF-8DD8-31BB0D583C59")]
public interface IQueryBinding : IDisposable, Microsoft.AnalysisServices.Core.IBinding, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("3C586F85-9994-4FDF-8DD8-31BB0D583C59")>]
type IQueryBinding = interface
    interface IBinding
    interface IComponent
    interface IDisposable
Public Interface IQueryBinding
Implements IBinding, IComponent, IDisposable
衍生
屬性
實作

屬性

DataSourceID

取得或設定目前 QueryBinding 的 DataSource 識別碼。

QueryDefinition

取得或設定查詢定義。

適用於