IQueryBinding Interface

Definition

Represents a derived data type that defines the query binding.

[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
Derived
Attributes
Implements

Properties

DataSourceID

Gets or sets the DataSource identifier for the current QueryBinding.

QueryDefinition

Gets or sets the query definition.

Applies to