Konstruktor AttributeBinding (String, AttributeBindingType, Int32)
Inicjuje nowe wystąpienie AttributeBinding klasy przy użyciu identyfikatora atrybut typ atrybut, a wartość porządkową.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
attributeId As String, _
type As AttributeBindingType, _
ordinal As Integer _
)
'Użycie
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
)
Parametry
- attributeId
Typ: System.String
- type
Typ: Microsoft.AnalysisServices.AttributeBindingType
Atrybut typ powiązanie.
- ordinal
Typ: System.Int32
Klucz i translację wskazuje numer porządkowy w tej kolekcja, aby powiązać.
Zobacz także