Clone メソッド
現在の AggregationAttribute をコピーします。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Clone As AggregationAttribute
'使用
Dim instance As AggregationAttribute
Dim returnValue As AggregationAttribute
returnValue = instance.Clone()
public AggregationAttribute Clone()
public:
AggregationAttribute^ Clone()
member Clone : unit -> AggregationAttribute
public function Clone() : AggregationAttribute