Partager via


Méthode CopyTo

Copies a ServerProperty object to the specified object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function CopyTo ( _
    obj As ServerProperty _
) As ServerProperty
'Utilisation
Dim instance As ServerProperty
Dim obj As ServerProperty
Dim returnValue As ServerProperty

returnValue = instance.CopyTo(obj)
public ServerProperty CopyTo(
    ServerProperty obj
)
public:
ServerProperty^ CopyTo(
    ServerProperty^ obj
)
member CopyTo : 
        obj:ServerProperty -> ServerProperty 
public function CopyTo(
    obj : ServerProperty
) : ServerProperty

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .ServerProperty
The ServerProperty object copied to.