XmlaLocationReference Class

 

Applies To: SQL Server (starting with 2016)

Represents the xml location reference of an entity.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.XmlaLocationReference

Syntax

[SerializableAttribute]
public sealed class XmlaLocationReference
[SerializableAttribute]
public ref class XmlaLocationReference sealed 
[<Sealed>]
[<SerializableAttribute>]
type XmlaLocationReference = class end
<SerializableAttribute>
Public NotInheritable Class XmlaLocationReference

Properties

Name Description
System_CAPS_pubproperty Attribute

Represents the xml location reference of an attribute.

System_CAPS_pubproperty ColumnName

System_CAPS_pubproperty Cube

Represents the xml location reference of a cube structure.

System_CAPS_pubproperty Dimension

Represents the xml location reference of a dimension.

System_CAPS_pubproperty Hierarchy

Represents the xml location reference of a hierarchy.

System_CAPS_pubproperty MeasureGroup

Represents the xml location reference of a measure group.

System_CAPS_pubproperty MeasureName

System_CAPS_pubproperty MemberName

Represents the xml location reference of a member name.

System_CAPS_pubproperty PartitionName

System_CAPS_pubproperty Role

Represents the xml location reference of a role.

System_CAPS_pubproperty RoleName

System_CAPS_pubproperty TableName

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top