Annotation.Name Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the name associated with an Annotation.

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

Syntax

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

Property Value

Type: System.String

The name of the Annotation.

See Also

Annotation Class
Microsoft.AnalysisServices Namespace

Return to top