QueryBinding Class
Updated: May 24, 2016
Represents a derived data type that defines the query binding.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::TabularBinding
Microsoft.AnalysisServices::QueryBinding
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Container | (Inherited from Component.) |
![]() | DataSourceID | Gets or sets the DataSource identifier for the current QueryBinding. |
![]() | Parent | Gets the parent object of the current object.(Inherited from Binding.) |
![]() | QueryDefinition | Gets or sets the query definition. |
![]() | Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a clone of the object.(Overrides Binding::Clone().) |
![]() | CopyTo(QueryBinding^) | Copies the content of this object to another object. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of this object instance.(Inherited from TabularBinding.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




