CubeAttribute.AttributeID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the attribute identifier for a CubeAttribute object.

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

Syntax

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

Property Value

Type: System.String

The attribute identifier.

See Also

CubeAttribute Class
Microsoft.AnalysisServices Namespace

Return to top