Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the correct name to use for the dimension in the view.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function DimensionReferenceName ( _
dimensionUse As DimensionUse _
) As String
public string DimensionReferenceName(
DimensionUse dimensionUse
)
public:
String^ DimensionReferenceName(
DimensionUse^ dimensionUse
)
member DimensionReferenceName :
dimensionUse:DimensionUse -> string
public function DimensionReferenceName(
dimensionUse : DimensionUse
) : String
Parameters
- dimensionUse
Type: Microsoft.TeamFoundation.Warehouse.DimensionUse
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.