Action.ICloneable.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates and returns a new object that is a copy of the current instance of the Action object.

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

Syntax

object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
Private Function Clone As Object
    Implements ICloneable.Clone

Return Value

Type: System.Object

The new Action object.

Implements

ICloneable.Clone()

See Also

Action Class
Microsoft.AnalysisServices Namespace

Return to top