Compartir a través de


ServerProperty.Clone Método

Creates a new, full copy of a ServerProperty object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Clone As ServerProperty
'Uso
Dim instance As ServerProperty 
Dim returnValue As ServerProperty 

returnValue = instance.Clone()
public ServerProperty Clone()
public:
ServerProperty^ Clone()
member Clone : unit -> ServerProperty
public function Clone() : ServerProperty

Valor devuelto

Tipo: Microsoft.AnalysisServices.ServerProperty
The cloned ServerProperty object.

Vea también

Referencia

ServerProperty Clase

Espacio de nombres Microsoft.AnalysisServices