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.