Metodo ServerProperty.Clone
Creates a new, full copy of a ServerProperty object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Clone As ServerProperty
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.ServerProperty
The cloned ServerProperty object.