ServerProperty.Clone Method ()

 

Applies To: SQL Server (starting with 2016)

Creates a new, full copy of a ServerProperty object.

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

Syntax

public ServerProperty Clone()
public:
ServerProperty^ Clone()
member Clone : unit -> ServerProperty
Public Function Clone As ServerProperty

Return Value

Type: Microsoft.AnalysisServices.ServerProperty

The cloned ServerProperty object.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top