Share via


AttributeBinding Constructor (String, AttributeBindingType)

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

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

Syntax

'Declaration
Public Sub New ( _
    attributeId As String, _
    type As AttributeBindingType _
)
'Usage
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
)

Parameters

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

See Also

Reference

AttributeBinding Class

AttributeBinding Overload

Microsoft.AnalysisServices Namespace