Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Transfers a deep copy of current object to a specified binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Function CopyTo ( _
obj As Binding _
) As Binding
'Usage
Dim obj As Binding
Dim returnValue As Binding
returnValue = Me.CopyTo(obj)
protected Binding CopyTo(
Binding obj
)
protected:
Binding^ CopyTo(
Binding^ obj
)
member CopyTo :
obj:Binding -> Binding
protected function CopyTo(
obj : Binding
) : Binding
Parameter
- obj
Typ: Microsoft.AnalysisServices.Binding
Specifies the binding object where the current object is to be copied.
Rückgabewert
Typ: Microsoft.AnalysisServices.Binding
A reference to the copied object.