CubeAttributeBinding Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CubeAttributeBinding() |
Initializes a new instance of CubeAttributeBinding using default values. |
CubeAttributeBinding(String, String, String, AttributeBindingType) |
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type. |
CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) |
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place. |
CubeAttributeBinding()
Initializes a new instance of CubeAttributeBinding using default values.
public CubeAttributeBinding ();
Public Sub New ()
Applies to
CubeAttributeBinding(String, String, String, AttributeBindingType)
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type.
public CubeAttributeBinding (string cubeId, string cubeDimensionId, string attributeId, Microsoft.AnalysisServices.AttributeBindingType type);
new Microsoft.AnalysisServices.CubeAttributeBinding : string * string * string * Microsoft.AnalysisServices.AttributeBindingType -> Microsoft.AnalysisServices.CubeAttributeBinding
Public Sub New (cubeId As String, cubeDimensionId As String, attributeId As String, type As AttributeBindingType)
Parameters
- cubeId
- String
A String that contains the identifier of the cube.
- cubeDimensionId
- String
A String that contains the identifier of the cube's dimension.
- attributeId
- String
A String that contains the identifier of the attribute.
- type
- AttributeBindingType
An AttributeBindingType that contains the type of binding.
Applies to
CubeAttributeBinding(String, String, String, AttributeBindingType, Int32)
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place.
public CubeAttributeBinding (string cubeId, string cubeDimensionId, string attributeId, Microsoft.AnalysisServices.AttributeBindingType type, int ordinal);
new Microsoft.AnalysisServices.CubeAttributeBinding : string * string * string * Microsoft.AnalysisServices.AttributeBindingType * int -> Microsoft.AnalysisServices.CubeAttributeBinding
Public Sub New (cubeId As String, cubeDimensionId As String, attributeId As String, type As AttributeBindingType, ordinal As Integer)
Parameters
- cubeId
- String
A String that contains the identifier of the cube.
- cubeDimensionId
- String
A String that contains the identifier of the cube's dimension.
- attributeId
- String
A String that contains the identifier of the attribute.
- type
- AttributeBindingType
An AttributeBindingType that contains the type of binding.
- ordinal
- Int32
Specifies the ordinal number that the data source binds to in the collection.