Relationship.Clone 메서드
Creates a copy of the specified relationship.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Clone As Relationship
‘사용 방법
Dim instance As Relationship
Dim returnValue As Relationship
returnValue = instance.Clone()
public Relationship Clone()
public:
Relationship^ Clone()
member Clone : unit -> Relationship
public function Clone() : Relationship
반환 값
유형: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.