NamedComponent.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the component.

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

Syntax

[MergablePropertyAttribute(false)]
[XmlElementAttribute("Name", IsNullable = false)]
public string Name { get; set; }
public:
[MergablePropertyAttribute(false)]
[XmlElementAttribute("Name", IsNullable = false)]
property String^ Name {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
[<MergablePropertyAttribute(false)>]
[<XmlElementAttribute("Name", IsNullable = false)>]
abstract Name : string with get, set
[<MergablePropertyAttribute(false)>]
[<XmlElementAttribute("Name", IsNullable = false)>]
override Name : string with get, set
<MergablePropertyAttribute(False)>
<XmlElementAttribute("Name", IsNullable := False)>
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