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
A String that contains a unique identifier for the attribute.
- type
유형: Microsoft.AnalysisServices.AttributeBindingType
The attribute binding type.