Construtor CubeAttributeBinding (String, String, String, AttributeBindingType, Int32)

Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place.

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

Sintaxe

VB
'Declaração
Public Sub New ( _
    cubeId As String, _
    cubeDimensionId As String, _
    attributeId As String, _
    type As AttributeBindingType, _
    ordinal As Integer _
)
'Uso
Dim cubeId As String 
Dim cubeDimensionId As String 
Dim attributeId As String 
Dim type As AttributeBindingType 
Dim ordinal As Integer 

Dim instance As New CubeAttributeBinding(cubeId, _
    cubeDimensionId, attributeId, type, _
    ordinal)

Parâmetros

  • cubeId
    Tipo: System.String
    A String that contains the identifier of the cube.
  • cubeDimensionId
    Tipo: System.String
    A String that contains the identifier of the cube's dimension.
  • attributeId
    Tipo: System.String
    A String that contains the identifier of the attribute.
  • ordinal
    Tipo: System.Int32
    Specifies the ordinal number that the data source binds to in the collection.

Consulte também

Referência

CubeAttributeBinding Classe

Sobrecarregado CubeAttributeBinding

Namespace Microsoft.AnalysisServices