Freigeben über


ServerProperty.CopyTo-Methode

Copies a ServerProperty object to the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As ServerProperty _
) As ServerProperty
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

ServerProperty Klasse

Microsoft.AnalysisServices-Namespace