NamedComponent.ToString Method ()

 

Applies To: SQL Server (starting with 2016)

Returns a string containing the name of the component.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string containing the name of the component.

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top