共用方式為


AttributeBinding 建構函式 (String, AttributeBindingType)

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

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

語法

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

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

參數

  • attributeId
    型別:System.String
    A String that contains a unique identifier for the attribute.

請參閱

參考

AttributeBinding 類別

AttributeBinding 多載

Microsoft.AnalysisServices 命名空間