共用方式為


AttributeBinding 建構函式 (String, AttributeBindingType, Int32)

Initializes a new instance of the AttributeBinding class using an attribute identifier, an attribute type, and an ordinal value.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    attributeId As String, _
    type As AttributeBindingType, _
    ordinal As Integer _
)
'用途
Dim attributeId As String
Dim type As AttributeBindingType
Dim ordinal As Integer

Dim instance As New AttributeBinding(attributeId, _
    type, ordinal)
public AttributeBinding(
    string attributeId,
    AttributeBindingType type,
    int ordinal
)
public:
AttributeBinding(
    String^ attributeId, 
    AttributeBindingType type, 
    int ordinal
)
new : 
        attributeId:string * 
        type:AttributeBindingType * 
        ordinal:int -> AttributeBinding
public function AttributeBinding(
    attributeId : String, 
    type : AttributeBindingType, 
    ordinal : int
)

參數

  • ordinal
    型別:System. . :: . .Int32
    For key and translation, this indicates the ordinal number within that collection to bind to.