CopyTo メソッド (AggregationDesignAttribute)
AggregationDesignAttribute オブジェクトを指定したオブジェクトにコピーします。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function CopyTo ( _
obj As AggregationDesignAttribute _
) As AggregationDesignAttribute
'使用
Dim instance As AggregationDesignAttribute
Dim obj As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.CopyTo(obj)
public AggregationDesignAttribute CopyTo(
AggregationDesignAttribute obj
)
public:
AggregationDesignAttribute^ CopyTo(
AggregationDesignAttribute^ obj
)
member CopyTo :
obj:AggregationDesignAttribute -> AggregationDesignAttribute
public function CopyTo(
obj : AggregationDesignAttribute
) : AggregationDesignAttribute
パラメーター
- obj
型: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
コピー先のオブジェクトです。