NamedComponent.ToString Method

Returns a string containing the name of the component.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As NamedComponent 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
A string containing the name of the component.

See Also

Reference

NamedComponent Class

Microsoft.AnalysisServices Namespace