Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Copies the content of this object to another object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As QueryBinding _
) As QueryBinding
'Usage
Dim instance As QueryBinding
Dim obj As QueryBinding
Dim returnValue As QueryBinding
returnValue = instance.CopyTo(obj)
public QueryBinding CopyTo(
QueryBinding obj
)
public:
QueryBinding^ CopyTo(
QueryBinding^ obj
)
member CopyTo :
obj:QueryBinding -> QueryBinding
public function CopyTo(
obj : QueryBinding
) : QueryBinding
Parameters
- obj
Type: Microsoft.AnalysisServices.QueryBinding
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.QueryBinding
The destination object.