Konstruktor AttributeBinding (String, AttributeBindingType)
Inicjuje nowe wystąpienie AttributeBinding klasy przy użyciu identyfikatora atrybut i typ atrybut.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
attributeId As String, _
type As AttributeBindingType _
)
'Użycie
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
)
Parametry
- attributeId
Typ: System.String
- type
Typ: Microsoft.AnalysisServices.AttributeBindingType
Atrybut typ powiązanie.
Zobacz także