Compartir a través de


Binding.CopyTo Method

Transfers a deep copy of current object to a specified binding.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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

Parámetros

  • obj
    Specifies the binding object where the current object is to be copied.

Valor devuelto

A reference to the copied object.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Binding Class
Binding Members
Microsoft.AnalysisServices Namespace