PerspectiveCalculation.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the PerspectiveCalculation object.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string Name { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member Name : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property Name As String

Property Value

Type: System.String

The name of the PerspectiveCalculation object.

See Also

PerspectiveCalculation Class
Microsoft.AnalysisServices Namespace

Return to top