Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Copies an Account object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Account _
) As Account
'Usage
Dim instance As Account
Dim obj As Account
Dim returnValue As Account
returnValue = instance.CopyTo(obj)
public Account CopyTo(
Account obj
)
public:
Account^ CopyTo(
Account^ obj
)
member CopyTo :
obj:Account -> Account
public function CopyTo(
obj : Account
) : Account
Parameters
- obj
Type: Microsoft.AnalysisServices.Account
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Account
The Server object copied to.