NamedComponent.Name Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the name of the component.

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

Syntax

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

Property Value

Type: System.String

The name of the component.

Implements

INamedComponent.Name

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top