共用方式為


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
)

參數