AggregationDesignAttribute 构造函数 (String)

Initializes a new instance of AggregationDesignAttribute using an attribute identifier.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub New ( _
    attributeId As String _
)
用法
Dim attributeId As String

Dim instance As New AggregationDesignAttribute(attributeId)
public AggregationDesignAttribute(
    string attributeId
)
public:
AggregationDesignAttribute(
    String^ attributeId
)
new : 
        attributeId:string -> AggregationDesignAttribute
public function AggregationDesignAttribute(
    attributeId : String
)

参数