Level.SourceAttributeID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the source attribute identifier for a source attribute associated with a Level object.

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

Syntax

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

Property Value

Type: System.String

The source attribute identifier for a source attribute associated with a Level object.

See Also

Level Class
Microsoft.AnalysisServices Namespace

Return to top