다음을 통해 공유


Clone 메서드

Creates a new, full copy of an object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Function Clone As DataSourceView
‘사용 방법
Dim instance As DataSourceView
Dim returnValue As DataSourceView

returnValue = instance.Clone()
public DataSourceView Clone()
public:
DataSourceView^ Clone()
member Clone : unit -> DataSourceView 
public function Clone() : DataSourceView

반환 값

형식: Microsoft.AnalysisServices. . :: . .DataSourceView
The cloned object itself.