Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Copies a NamedComponent object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Sub CopyTo ( _
obj As NamedComponent _
)
'Usage
Dim obj As NamedComponent
Me.CopyTo(obj)
protected void CopyTo(
NamedComponent obj
)
protected:
void CopyTo(
NamedComponent^ obj
)
member CopyTo :
obj:NamedComponent -> unit
protected function CopyTo(
obj : NamedComponent
)
Parameters
- obj
Type: Microsoft.AnalysisServices.NamedComponent
The object you are copying to.