ServerProperty.Clone Method

Creates a new, full copy of a ServerProperty object.

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

Syntax

'Declaration
Public Function Clone As ServerProperty
'Usage
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

Return Value

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

See Also

Reference

ServerProperty Class

Microsoft.AnalysisServices Namespace