Поделиться через


Конструктор CubeAttributeBinding (String, String, String, AttributeBindingType)

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    cubeId As String, _
    cubeDimensionId As String, _
    attributeId As String, _
    type As AttributeBindingType _
)
'Применение
Dim cubeId As String 
Dim cubeDimensionId As String 
Dim attributeId As String 
Dim type As AttributeBindingType 

Dim instance As New CubeAttributeBinding(cubeId, _
    cubeDimensionId, attributeId, type)
public CubeAttributeBinding(
    string cubeId,
    string cubeDimensionId,
    string attributeId,
    AttributeBindingType type
)
public:
CubeAttributeBinding(
    String^ cubeId, 
    String^ cubeDimensionId, 
    String^ attributeId, 
    AttributeBindingType type
)
new : 
        cubeId:string * 
        cubeDimensionId:string * 
        attributeId:string * 
        type:AttributeBindingType -> CubeAttributeBinding
public function CubeAttributeBinding(
    cubeId : String, 
    cubeDimensionId : String, 
    attributeId : String, 
    type : AttributeBindingType
)

Параметры

  • cubeId
    Тип: System.String
    A String that contains the identifier of the cube.
  • cubeDimensionId
    Тип: System.String
    A String that contains the identifier of the cube's dimension.
  • attributeId
    Тип: System.String
    A String that contains the identifier of the attribute.

См. также

Справочник

CubeAttributeBinding Класс

Перегрузка CubeAttributeBinding

Пространство имен Microsoft.AnalysisServices