Copies the object character from a specified segment of this instance to a specified segment of a destination.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function CopyTo ( _
obj As RelationshipEndAttribute _
) As RelationshipEndAttribute
用法
Dim instance As RelationshipEndAttribute
Dim obj As RelationshipEndAttribute
Dim returnValue As RelationshipEndAttribute
returnValue = instance.CopyTo(obj)
public RelationshipEndAttribute CopyTo(
RelationshipEndAttribute obj
)
public:
RelationshipEndAttribute^ CopyTo(
RelationshipEndAttribute^ obj
)
member CopyTo :
obj:RelationshipEndAttribute -> RelationshipEndAttribute
public function CopyTo(
obj : RelationshipEndAttribute
) : RelationshipEndAttribute
参数
- obj
类型:Microsoft.AnalysisServices.RelationshipEndAttribute
The object to copy.
返回值
类型:Microsoft.AnalysisServices.RelationshipEndAttribute
The object character from a specified segment of this instance to a specified segment of a destination.