Метод RelationshipEndAttribute.CopyTo
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.