CubeAttributeBinding.CubeID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the CubeID referenced in the binding.

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

Syntax

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

Property Value

Type: System.String

A String that contains the CubeID.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top