AttributeBinding 构造函数 (String, AttributeBindingType)
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.