XmlaLocationReference.Attribute Property
Applies To: SQL Server (starting with 2016)
Represents the xml location reference of an attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public string Attribute { get; }
public:
property String^ Attribute {
String^ get();
}
member Attribute : string with get
Public ReadOnly Property Attribute As String
Property Value
Type: System.String
A reference to the xml location of the attributes.
See Also
XmlaLocationReference Class
Microsoft.AnalysisServices Namespace
Return to top