Metodo ServerProperty.CopyTo

Copies a ServerProperty object to the specified object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

ServerProperty Classe

Spazio dei nomi Microsoft.AnalysisServices