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 | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAllowedBindingTypes(DataItem) | Infrastructure. Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item. | |
GetAllowedBindingTypes(Object, String) | Infrastructure. Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AttributeTranslationCaptionColumn | Infrastructure. Defines the attribute translation caption column. | |
CubeSource | Infrastructure. Defines the cube source. | |
DimensionAttributeCustomRollupColumn | Infrastructure. Defines the dimension attribute custom rollup column. | |
DimensionAttributeCustomRollupPropertiesColumn | Infrastructure. Defines the dimension attribute custom rollup properties column. | |
DimensionAttributeKeyColumns | Infrastructure. Defines the dimension attribute key columns. | |
DimensionAttributeNameColumn | Infrastructure. Defines the dimension attribute name column. | |
DimensionAttributeSkippedLevelsColumn | Infrastructure. Defines the dimension attribute skipped levels column. | |
DimensionAttributeSource | Infrastructure. Defines the dimension attribute source. | |
DimensionAttributeUnaryOperatorColumn | Infrastructure. Defines the dimension attribute unary operator column. | |
DimensionSource | Infrastructure. Defines the dimension source. | |
DrillThroughActionColumns | Infrastructure. Defines the drill through action columns. | |
MeasureGroupAttributeKeyColumns | Infrastructure. Defines the measure group attribute key columns. | |
MeasureGroupDimensionSource | Infrastructure. Defines the measure group dimension source. | |
MeasureGroupSource | Infrastructure. Defines the measure group source. | |
MeasureSource | Infrastructure. Defines the measure source. | |
MiningStructureSource | Infrastructure. Defines the mining structure source. | |
PartitionSource | Infrastructure. Defines the partition source. | |
ScalarMiningStructureColumnKeyColumns | Infrastructure. Defines the scalar mining structure column key columns. | |
ScalarMiningStructureColumnNameColumn | Infrastructure. Defines the scalar mining structure column name column. | |
ScalarMiningStructureColumnSource | Infrastructure. Defines the scalar mining structure column source. | |
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.