ServerProperty.CopyTo Method (ServerProperty)

 

Applies To: SQL Server (starting with 2016)

Copies a ServerProperty object to the specified object.

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

Syntax

public ServerProperty CopyTo(
    ServerProperty obj
)
public:
ServerProperty^ CopyTo(
    ServerProperty^ obj
)
member CopyTo : 
        obj:ServerProperty -> ServerProperty
Public Function CopyTo (
    obj As ServerProperty
) As ServerProperty

Parameters

Return Value

Type: Microsoft.AnalysisServices.ServerProperty

The ServerProperty object copied to.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top