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