Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.