XmlaLocationReference.ColumnName Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public string ColumnName { get; }
public:
property String^ ColumnName {
    String^ get();
}
member ColumnName : string with get
Public ReadOnly Property ColumnName As String

Property Value

Type: System.String

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top