AggregationDesignAttribute.Clone 方法
Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Clone As AggregationDesignAttribute
'用途
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Clone()
public AggregationDesignAttribute Clone()
public:
AggregationDesignAttribute^ Clone()
member Clone : unit -> AggregationDesignAttribute
public function Clone() : AggregationDesignAttribute
傳回值
型別:Microsoft.AnalysisServices.AggregationDesignAttribute
A new AggregationDesignAttribute object.