Binding.CopyTo Method
Transfers a deep copy of current object to a specified binding.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Protected Function CopyTo ( _
obj As Binding _
) As Binding
protected Binding CopyTo (
Binding obj
)
protected:
Binding^ CopyTo (
Binding^ obj
)
protected Binding CopyTo (
Binding obj
)
protected function CopyTo (
obj : Binding
) : Binding
Параметры
- obj
Specifies the binding object where the current object is to be copied.
Возвращаемое значение
A reference to the copied object.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Binding Class
Binding Members
Microsoft.AnalysisServices Namespace