Конструктор 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
- type
Тип: Microsoft.AnalysisServices. . :: . .AttributeBindingType
The attribute binding type.