Поделиться через


Класс QueryBinding

Represents a derived data type that defines the query binding.

Иерархия наследования

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.TabularBinding
          Microsoft.AnalysisServices.QueryBinding

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")> _
Public NotInheritable Class QueryBinding _
    Inherits TabularBinding
'Применение
Dim instance As QueryBinding
[GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public sealed class QueryBinding : TabularBinding
[GuidAttribute(L"4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public ref class QueryBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")>]
type QueryBinding =  
    class 
        inherit TabularBinding 
    end
public final class QueryBinding extends TabularBinding

Тип QueryBinding обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод QueryBinding() Initializes a new instance of the QueryBinding class.
Открытый метод QueryBinding(String, String) Initializes a new instance of the QueryBinding class with the specified data source id and query.

В начало

Свойства

  Имя Описание
Открытое свойство Container (Производный от Component.)
Открытое свойство DataSourceID Gets or sets the DataSource identifier for the current QueryBinding.
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство QueryDefinition Gets or sets the query definition.
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a clone of the object. (Переопределяет Binding.Clone().)
Открытый метод CopyTo Copies the content of this object to another object.
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new copy of this object instance. (Производный от TabularBinding.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices