Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Role
'Usage
Dim instance As Role
Dim returnValue As Role
returnValue = instance.Clone()
public Role Clone()
public:
Role^ Clone()
member Clone : unit -> Role
public function Clone() : Role
Return Value
Type: Microsoft.AnalysisServices.Role
A new copy Role object.