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

쿼리 정의를 가져오거나 설정합니다.

적용 대상