Share via


AllowedBindingsHelper Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the allowed bindings helper.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AllowedBindingsHelper

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

Syntax

'Declaration
Public NotInheritable Class AllowedBindingsHelper
'Usage
Dim instance As AllowedBindingsHelper
public sealed class AllowedBindingsHelper
public ref class AllowedBindingsHelper sealed
[<SealedAttribute>]
type AllowedBindingsHelper =  class end
public final class AllowedBindingsHelper

The AllowedBindingsHelper type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member GetAllowedBindingTypes(DataItem) Infrastructure. Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item.
Public methodStatic member GetAllowedBindingTypes(Object, String) Infrastructure. Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member AttributeTranslationCaptionColumn Infrastructure. Defines the attribute translation caption column.
Public fieldStatic member CubeSource Infrastructure. Defines the cube source.
Public fieldStatic member DimensionAttributeCustomRollupColumn Infrastructure. Defines the dimension attribute custom rollup column.
Public fieldStatic member DimensionAttributeCustomRollupPropertiesColumn Infrastructure. Defines the dimension attribute custom rollup properties column.
Public fieldStatic member DimensionAttributeKeyColumns Infrastructure. Defines the dimension attribute key columns.
Public fieldStatic member DimensionAttributeNameColumn Infrastructure. Defines the dimension attribute name column.
Public fieldStatic member DimensionAttributeSkippedLevelsColumn Infrastructure. Defines the dimension attribute skipped levels column.
Public fieldStatic member DimensionAttributeSource Infrastructure. Defines the dimension attribute source.
Public fieldStatic member DimensionAttributeUnaryOperatorColumn Infrastructure. Defines the dimension attribute unary operator column.
Public fieldStatic member DimensionSource Infrastructure. Defines the dimension source.
Public fieldStatic member DrillThroughActionColumns Infrastructure. Defines the drill through action columns.
Public fieldStatic member MeasureGroupAttributeKeyColumns Infrastructure. Defines the measure group attribute key columns.
Public fieldStatic member MeasureGroupDimensionSource Infrastructure. Defines the measure group dimension source.
Public fieldStatic member MeasureGroupSource Infrastructure. Defines the measure group source.
Public fieldStatic member MeasureSource Infrastructure. Defines the measure source.
Public fieldStatic member MiningStructureSource Infrastructure. Defines the mining structure source.
Public fieldStatic member PartitionSource Infrastructure. Defines the partition source.
Public fieldStatic member ScalarMiningStructureColumnKeyColumns Infrastructure. Defines the scalar mining structure column key columns.
Public fieldStatic member ScalarMiningStructureColumnNameColumn Infrastructure. Defines the scalar mining structure column name column.
Public fieldStatic member ScalarMiningStructureColumnSource Infrastructure. Defines the scalar mining structure column source.
Public fieldStatic member TableMiningStructureColumnSourceMeasureGroup Infrastructure. Defines the table mining structure column source measure group.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace