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.

请参阅

参考

Relationship 类

Microsoft.AnalysisServices 命名空间