Compartir a través de


IQueryBinding Interfaz

Definición

Representa un tipo de datos derivado que define el enlace de consultas.

[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
Derivado
Atributos
Implementaciones

Propiedades

DataSourceID

Obtiene o establece el identificador DataSource del elemento QueryBinding actual.

QueryDefinition

Obtiene o establece la definición de consulta.

Se aplica a