CubeAttributeBinding.ToString Method ()

 

Applies To: SQL Server 2016 Preview

Returns a System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A System.String with CubeID, DimensionID, AttributeID, binding type, and ordinal location.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top