CubeAttributeBinding.AttributeID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the AttributeID referenced in the binding.

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

A String that contains the AttributeID.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top