QueryBinding Class

 

Updated: May 24, 2016

Represents a derived data type that defines the query binding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

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

[GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public ref class QueryBinding sealed : TabularBinding

NameDescription
System_CAPS_pubmethodQueryBinding()

Initializes a new instance of the QueryBinding class.

System_CAPS_pubmethodQueryBinding(String^, String^)

Initializes a new instance of the QueryBinding class with the specified data source id and query.

NameDescription
System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyDataSourceID

Gets or sets the DataSource identifier for the current QueryBinding.

System_CAPS_pubpropertyParent

Gets the parent object of the current object.(Inherited from Binding.)

System_CAPS_pubpropertyQueryDefinition

Gets or sets the query definition.

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodClone()

Returns a clone of the object.(Overrides Binding::Clone().)

System_CAPS_pubmethodCopyTo(QueryBinding^)

Copies the content of this object to another object.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::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.

Return to top
Show: