INamedComponent.Name Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the name of the component as presented to user.

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

Syntax

string Name { get; set; }
property String^ Name {
    String^ get();
    void set(String^ value);
}
abstract Name : string with get, set
Property Name As String

Property Value

Type: System.String

The name of the component.

See Also

INamedComponent Interface
Microsoft.AnalysisServices Namespace

Return to top