IQueryBinding Interface

 

Updated: May 24, 2016

Represents a derived data type that defines the query binding.

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

[GuidAttribute("3C586F85-9994-4FDF-8DD8-31BB0D583C59")]
public interface class IQueryBinding : IBinding, IComponent, 
	IDisposable

NameDescription
System_CAPS_pubpropertyDataSourceID

Gets or sets the DataSource identifier for the current QueryBinding.

System_CAPS_pubpropertyQueryDefinition

Gets or sets the query definition.

System_CAPS_pubpropertySite

(Inherited from IComponent.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from IComponent.)

Return to top
Show: