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
)

参数

  • attributeId
    类型:System.String
    A String that contains a unique identifier for the attribute.
  • ordinal
    类型:System.Int32
    For key and translation, this indicates the ordinal number within that collection to bind to.

请参阅

参考

AttributeBinding 类

AttributeBinding 重载

Microsoft.AnalysisServices 命名空间