Clone 메서드

Creates a new, full copy of a ServerProperty object.

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

구문

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

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