ServerProperty.ICloneable.Clone Method ()
Applies To: SQL Server (starting with 2016)
Creates a copy of the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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
A new copy of the specified object.
Implements
See Also
ServerProperty Class
Microsoft.AnalysisServices Namespace
Return to top