Aracılığıyla paylaş


AttributeBinding Oluşturucusu (String, AttributeBindingType)

Yeni bir başlatır örnek , AttributeBinding sınıfını kullanarak bir öznitelik tanımlayıcısı ve bir öznitelik türü.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Sub New ( _
    attributeId As String, _
    type As AttributeBindingType _
)
'Kullanım
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
)

Parametreler