Конструктор 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.
- type
Тип: Microsoft.AnalysisServices.AttributeBindingType
The attribute binding type.
- ordinal
Тип: System.Int32
For key and translation, this indicates the ordinal number within that collection to bind to.